Bump minor version 97/24597/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 20 Nov 2017 22:52:18 +0000 (14:52 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 20 Nov 2017 22:52:18 +0000 (14:52 -0800)
Bump minor version in preparation for Amsterdam
branching.

Change-Id: Ib3b1d70ce0a73bd0361accffb06f6a84d06aeaa0
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
bootstrap/pom.xml
cloud_init/pom.xml
pom.xml
scripts/pom.xml
version.properties

index 3155704..3f39a70 100644 (file)
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <parent>
     <groupId>org.onap.dcaegen2.deployments</groupId>
     <artifactId>deployments</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>bootstrap</artifactId>
   <name>dcaegen2-deployments-bootstrap</name>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index eb21204..f198ef2 100644 (file)
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <parent>
     <groupId>org.onap.dcaegen2.deployments</groupId>
     <artifactId>deployments</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>cloud_init</artifactId>
   <name>dcaegen2-deployments-cloud_init</name>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
diff --git a/pom.xml b/pom.xml
index 001555e..7a241fb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@ limitations under the License.
   <artifactId>deployments</artifactId>
   <name>dcaegen2-deployments</name>
 
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <packaging>pom</packaging>
 
index f72a9a0..fd0a293 100644 (file)
@@ -23,12 +23,12 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
   <parent>
     <groupId>org.onap.dcaegen2.deployments</groupId>
     <artifactId>deployments</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
   </parent>
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>scripts</artifactId>
   <name>dcaegen2-deployments-scripts</name>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
index 73415a7..07578e5 100644 (file)
@@ -1,5 +1,5 @@
 major=1\r
-minor=1\r
+minor=2\r
 patch=0\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r