Bump minor version 87/23987/2
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 17 Nov 2017 01:27:18 +0000 (17:27 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Sat, 18 Nov 2017 00:21:14 +0000 (16:21 -0800)
Bump minor version in preparation for Amsterdam
branching.

Change-Id: Iad2bdd9c865ae14fa62657d8be35aff8e55e2e83
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
installation/appc/pom.xml
installation/pom.xml
platform-logic/appc/pom.xml
platform-logic/installer/pom.xml
platform-logic/pom.xml
pom.xml
version.properties

index 1b7651c..b0697da 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>installation</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.openecomp.appc.deployment</groupId>
        <artifactId>installation-appc</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.3.0-SNAPSHOT</version>
 
        <name>Installation - APPC Docker</name>
        <description>Creates APPC Docker container on top of the SDNC Base Docker Image</description>
index 213416e..08fce60 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>appc-docker-project</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.openecomp.appc.deployment</groupId>
        <artifactId>installation</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.3.0-SNAPSHOT</version>
 
        <name>Installation</name>
        <description>Installs APP-C on local file system</description>
index 4d93dae..3fc8685 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>platform-logic</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.openecomp.appc.deployment</groupId>
        <artifactId>platform-logic-appc</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.3.0-SNAPSHOT</version>
 
        <name>Platform Logic : APP-C</name>
        <description>Contains platform-level service logic for the APP-C Platform</description>
index b554ae8..b938ac6 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>platform-logic</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.openecomp.appc.deployment</groupId>
        <artifactId>platform-logic-installer</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.3.0-SNAPSHOT</version>
 
        <name>Platform Logic Installer for APP-C</name>
        <description>Contains platform-level service logic installer for APP-C</description>
index 39b7e3f..bca7b2a 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>appc-docker-project</artifactId>
-               <version>1.2.0-SNAPSHOT</version>
+               <version>1.3.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.openecomp.appc.deployment</groupId>
        <artifactId>platform-logic</artifactId>
-       <version>1.2.0-SNAPSHOT</version>
+       <version>1.3.0-SNAPSHOT</version>
 
        <name>Platform Logic</name>
        <description>Contains platform-level service logic. Installs APP-C Directed Graphs during Docker instantiation.</description>
diff --git a/pom.xml b/pom.xml
index 416a6c5..e6fc0e1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <organization>
         <name>OpenECOMP</name>
     </organization>
-    <version>1.2.0-SNAPSHOT</version>
+    <version>1.3.0-SNAPSHOT</version>
 </project>
index a207c0a..fbd1ec5 100644 (file)
@@ -25,7 +25,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 release_name=1
-sprint_number=2
+sprint_number=3
 feature_revision=0
 
 base_version=${release_name}.${sprint_number}.${feature_revision}