Changing to snapshot version 61/1361/1
authorPatrick Brady <pb071s@att.com>
Fri, 24 Feb 2017 08:07:23 +0000 (00:07 -0800)
committerPatrick Brady <pb071s@att.com>
Fri, 24 Feb 2017 08:08:12 +0000 (00:08 -0800)
Changing version from 1.0.0 to 1.0.0-SNAPSHOT

Change-Id: Ia862c98104fa6fd8cac9830aa21c0caa63d3edc1
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

index 6ae535a..d12296c 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>installation</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.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</version>
+       <version>1.0.0-SNAPSHOT</version>
 
        <name>Installation - APPC Docker</name>
        <description>Creates APPC Docker container on top of the SDNC Base Docker Image</description>
index 4698e05..d9dd6c0 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>appc-docker-project</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.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</version>
+       <version>1.0.0-SNAPSHOT</version>
 
        <name>Installation</name>
        <description>Installs APP-C on local file system</description>
index c29e455..a57e64b 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>platform-logic</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.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</version>
+       <version>1.0.0-SNAPSHOT</version>
 
        <name>Platform Logic : APP-C</name>
        <description>Contains platform-level service logic for the APP-C Platform</description>
index 9fcd4cb..e474ec5 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>platform-logic</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.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</version>
+       <version>1.0.0-SNAPSHOT</version>
 
        <name>Platform Logic Installer for APP-C</name>
        <description>Contains platform-level service logic installer for APP-C</description>
index a9245b3..b3ca5cd 100644 (file)
@@ -5,14 +5,14 @@
        <parent>
                <groupId>org.openecomp.appc.deployment</groupId>
                <artifactId>appc-docker-project</artifactId>
-               <version>1.0.0</version>
+               <version>1.0.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</version>
+       <version>1.0.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 7951f35..c3f0aed 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -88,5 +88,5 @@
     <organization>
         <name>OpenECOMP</name>
     </organization>
-    <version>1.0.0</version>
+    <version>1.0.0-SNAPSHOT</version>
 </project>
\ No newline at end of file