Update SNAPSHOT version 33/22633/3
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 8 Nov 2017 02:09:11 +0000 (21:09 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 8 Nov 2017 13:53:20 +0000 (08:53 -0500)
Releasing version 1.1.0 so we need to update to 1.1.1

Issue-ID: POLICY-436
Change-Id: Ie8979e618b49ebd50d0527275cb70cc3824cde1f
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
common-logging/pom.xml
integrity-audit/pom.xml
integrity-monitor/pom.xml
pom.xml
site-manager/pom.xml
version.properties

index 3352d4f..d16cdbf 100644 (file)
@@ -25,7 +25,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.1-SNAPSHOT</version>
        </parent>
 
   <artifactId>ONAP-Logging</artifactId>
index 0e6fbb1..90d182b 100644 (file)
@@ -30,7 +30,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.1-SNAPSHOT</version>
        </parent>
 
        <name>Integrity Audit</name>
index 4a31a52..576d56b 100644 (file)
@@ -30,7 +30,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.1-SNAPSHOT</version>
        </parent>
 
        <name>Integrity Monitor</name>
diff --git a/pom.xml b/pom.xml
index 580f437..248fde5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
 
        <groupId>org.onap.policy.common</groupId>
        <artifactId>common-modules</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>1.1.1-SNAPSHOT</version>
 
        <packaging>pom</packaging>
 
index da0fa47..e2209c3 100644 (file)
@@ -31,7 +31,7 @@
        <parent>
                <groupId>org.onap.policy.common</groupId>
                <artifactId>common-modules</artifactId>
-               <version>1.1.0-SNAPSHOT</version>
+               <version>1.1.1-SNAPSHOT</version>
        </parent>
 
        <name>site-manager</name>
index 7f86aa1..55fbf44 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=1
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}