Version bump oparent 39/86739/1 casablanca
authorGary Wu <gary.i.wu@huawei.com>
Wed, 1 May 2019 21:47:17 +0000 (14:47 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Wed, 1 May 2019 21:47:17 +0000 (14:47 -0700)
Version bump oparent to support the new LF staging job.

Change-Id: Iac7bf024ec26328deaee03a8e2f2c2be6a5eff42
Issue-ID: INT-1055
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 0d899fa..86b4815 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>checkstyle</artifactId>
index 959f12e..2fca671 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../oparent</relativePath>
   </parent>
   <artifactId>dependencies-clm</artifactId>
index 95f3c6f..03cf64e 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>dependencies</artifactId>
index 79b8db3..2aaa547 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>onap-license</artifactId>
index ae2a275..c4eb700 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>../oparent</relativePath>
   </parent>
   <packaging>pom</packaging>
index 9441404..d0dc935 100644 (file)
@@ -19,7 +19,7 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>version</artifactId>
-    <version>1.2.3-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
     <relativePath>..</relativePath>
   </parent>
   <artifactId>oparent</artifactId>
       <dependency>
         <groupId>org.onap.oparent</groupId>
         <artifactId>dependencies</artifactId>
-        <version>1.2.3-SNAPSHOT</version>
+        <version>1.3.0-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
           <dependency>
             <groupId>org.onap.oparent</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>1.2.3-SNAPSHOT</version>
+            <version>1.3.0-SNAPSHOT</version>
           </dependency>
         </dependencies>
         <executions>
diff --git a/pom.xml b/pom.xml
index b165d7c..2b70e63 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.3-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>
     <!-- oparent tools -->
index 6be12c9..51e1781 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major_version=1
-minor_version=2
-patch_version=3
+minor_version=3
+patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}