Updating master to 1.1.0-SNAPSHOT 33/2033/1
authorPatrick Brady <pb071s@att.com>
Fri, 10 Mar 2017 21:14:30 +0000 (13:14 -0800)
committerPatrick Brady <pb071s@att.com>
Fri, 10 Mar 2017 21:14:48 +0000 (13:14 -0800)
Change-Id: I40b21060f71ef2e495deb30ea7e8949c673cc3ee
Signed-off-by: Patrick Brady <pb071s@att.com>
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 aef5692..2ca3c42 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>installation</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.1.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.openecomp.appc.deployment</groupId>
        <artifactId>installation-appc</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
 
        <name>Installation - APPC Docker</name>
        <description>Creates APPC Docker container on top of the SDNC Base Docker Image</description>
index d9dd6c0..ad124c3 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>appc-docker-project</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.1.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.openecomp.appc.deployment</groupId>
        <artifactId>installation</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
 
        <name>Installation</name>
        <description>Installs APP-C on local file system</description>
index a57e64b..deb425d 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>platform-logic</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.1.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.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
 
        <name>Platform Logic : APP-C</name>
        <description>Contains platform-level service logic for the APP-C Platform</description>
index e474ec5..65d850c 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>platform-logic</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.1.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.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
 
        <name>Platform Logic Installer for APP-C</name>
        <description>Contains platform-level service logic installer for APP-C</description>
index b3ca5cd..067450a 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>appc-docker-project</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.1.0-SNAPSHOT</version>
        </parent>
 
        <modelVersion>4.0.0</modelVersion>
        <packaging>pom</packaging>
        <groupId>org.openecomp.appc.deployment</groupId>
        <artifactId>platform-logic</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.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 83a73fb..cc0e4be 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <organization>
         <name>OpenECOMP</name>
     </organization>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
 </project>
index 98ae468..04f4a42 100644 (file)
@@ -4,7 +4,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 release_name=1
-sprint_number=0
+sprint_number=1
 feature_revision=0
 
 base_version=${release_name}.${sprint_number}.${feature_revision}