Version bump oparent to 1.2.2-SNAPSHOT 85/67385/1
authorGary Wu <gary.i.wu@huawei.com>
Tue, 18 Sep 2018 17:12:47 +0000 (10:12 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 18 Sep 2018 17:14:35 +0000 (10:14 -0700)
Change-Id: I7fb32303220724ad410869d598822160272e49e3
Issue-ID: INT-656
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
checkstyle/pom.xml
dependencies-clm/pom.xml
dependencies/pom.xml
license/pom.xml
oparent-python/pom.xml
oparent/pom.xml
pom.xml
version.properties

index 0d6efe8..66fd81e 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>checkstyle</artifactId>
index e54d7b5..32ac3e6 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <relativePath>../oparent</relativePath>
   </parent>
   <artifactId>dependencies-clm</artifactId>
index ff93442..55023bc 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>dependencies</artifactId>
index 11945b7..80c49a5 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>onap-license</artifactId>
index b79c04f..3a60882 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <relativePath>../oparent</relativePath>
   </parent>
   <packaging>pom</packaging>
index a33f4c8..faafd12 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.2.1-SNAPSHOT</version>
+    <version>1.2.2-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>oparent</artifactId>
       <dependency>
         <groupId>org.onap.oparent</groupId>
         <artifactId>dependencies</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
           <dependency>
             <groupId>org.onap.oparent</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>1.2.1-SNAPSHOT</version>
+            <version>1.2.2-SNAPSHOT</version>
           </dependency>
         </dependencies>
         <executions>
diff --git a/pom.xml b/pom.xml
index 09d5edc..a2bbab4 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.2.1-SNAPSHOT</version>
+  <version>1.2.2-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>
     <!-- oparent tools -->
index dfe0c65..e6fc35b 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=2
-patch_version=1
+patch_version=2
 
 base_version=${major_version}.${minor_version}.${patch_version}