Bump oparent version 05/35005/1
authorGary Wu <gary.i.wu@huawei.com>
Sat, 10 Mar 2018 00:08:46 +0000 (16:08 -0800)
committerGary Wu <gary.i.wu@huawei.com>
Sat, 10 Mar 2018 00:08:55 +0000 (16:08 -0800)
Issue-ID: INT-440
Change-Id: Ifafff74f10336ac820576a3311c33e92f88d4307
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
checkstyle/pom.xml
license/pom.xml
oparent-python/pom.xml
oparent/pom.xml
pom.xml
version.properties

index e160947..62c46ec 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>checkstyle</artifactId>
index 25d345b..e3e7ee9 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>onap-license</artifactId>
index 055466e..9d271e1 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
     <relativePath>../oparent</relativePath>
   </parent>
   <packaging>pom</packaging>
index 1a1c784..8958413 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.1-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>oparent</artifactId>
           <dependency>
             <groupId>org.onap.oparent</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>1.1.0-SNAPSHOT</version>
+            <version>1.1.1-SNAPSHOT</version>
           </dependency>
         </dependencies>
         <executions>
diff --git a/pom.xml b/pom.xml
index 75f96fb..d1454e5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -20,7 +20,7 @@
   <name>oparent</name>
   <groupId>org.onap.oparent</groupId>
   <artifactId>version</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>
     <!-- oparent tools -->
index c48027c..68001c8 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=1
-patch_version=0
+patch_version=1
 
 base_version=${major_version}.${minor_version}.${patch_version}