Bump oparent version 85/46885/1 2.0.0-ONAP beijing 2.0.0-ONAP
authorGary Wu <gary.i.wu@huawei.com>
Wed, 9 May 2018 18:25:09 +0000 (11:25 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 9 May 2018 18:25:09 +0000 (11:25 -0700)
Change-Id: Icb213b4513af3dc032463ba0fa66fbdd57a2e081
Issue-ID: INT-440
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 62c46ec..30fa320 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>checkstyle</artifactId>
index e3e7ee9..c5a6ebe 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>onap-license</artifactId>
index 60f7c5d..fe79ab7 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
     <relativePath>../oparent</relativePath>
   </parent>
   <packaging>pom</packaging>
index 8958413..1e3dff1 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.1.1-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>oparent</artifactId>
           <dependency>
             <groupId>org.onap.oparent</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>1.1.1-SNAPSHOT</version>
+            <version>1.1.2-SNAPSHOT</version>
           </dependency>
         </dependencies>
         <executions>
diff --git a/pom.xml b/pom.xml
index d1454e5..a6c4abb 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.1-SNAPSHOT</version>
+  <version>1.1.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>
     <!-- oparent tools -->
index 68001c8..855a8c4 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=1
-patch_version=1
+patch_version=2
 
 base_version=${major_version}.${minor_version}.${patch_version}