Bump patch version 97/24097/5
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 16 Nov 2017 22:24:07 +0000 (14:24 -0800)
committerJames Forsyth <jf2512@att.com>
Wed, 6 Dec 2017 21:23:24 +0000 (21:23 +0000)
Bump patch version in preparation for Amsterdam
branching.

Change-Id: I1333eff89702baba52b1cbca01d67bfddff44003
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
aai-annotations/pom.xml
aai-auth/pom.xml
aai-core/pom.xml
aai-schema/pom.xml
aai-utils/pom.xml
pom.xml
version.properties

index 29045c8..4def498 100644 (file)
@@ -6,12 +6,12 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-common</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>aai-annotations</artifactId>
     <name>aai-annotations</name>
     <packaging>jar</packaging>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
     <properties>
        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
     </properties>
index 219a8ac..6621968 100644 (file)
@@ -4,11 +4,11 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-common</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>aai-auth</artifactId>
     <name>aai-auth</name>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
 
     <properties>
        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
index f372dd7..d42a844 100644 (file)
@@ -6,11 +6,11 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-common</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>aai-core</artifactId>
     <name>aai-core</name>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
     <packaging>jar</packaging>
     <properties>
        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
index 0ec1b3b..1d0bde7 100644 (file)
@@ -6,11 +6,11 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-common</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>aai-schema</artifactId>
     <name>aai-schema</name>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
     <properties>
        <onap.nexus.url>https://nexus.onap.org</onap.nexus.url>
     </properties>
index b9d78c5..502b9e4 100644 (file)
@@ -7,11 +7,11 @@
     <parent>
         <groupId>org.onap.aai.aai-common</groupId>
         <artifactId>aai-common</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.1.1-SNAPSHOT</version>
     </parent>
     <artifactId>aai-utils</artifactId>
     <name>aai-utils</name>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
 
     <properties>
         <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.onap.aai.aai-common</groupId>
             <artifactId>aai-schema</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.1.1-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>*</groupId>
diff --git a/pom.xml b/pom.xml
index 65c8aa3..1300b89 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
 
     <groupId>org.onap.aai.aai-common</groupId>
     <artifactId>aai-common</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>aai-aai-common</name>
     <description>Contains all of the common code for resources and traversal repos</description>
index abe15cf..68001c8 100644 (file)
@@ -5,10 +5,10 @@
 
 major_version=1
 minor_version=1
-patch_version=0
+patch_version=1
 
 base_version=${major_version}.${minor_version}.${patch_version}
 
 # Release must be completed with GIT information # in Jenkins
 release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file
+snapshot_version=${base_version}-SNAPSHOT