aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-02-24 00:07:23 -0800
committerPatrick Brady <pb071s@att.com>2017-02-24 00:08:12 -0800
commita2e2b6967a5736c749179315910591cf8cb643ae (patch)
tree6c3cc8fec6aff67ccf036ebc8511918aaad087c4
parentca93f8685b77f7525248ff98176981a34267d10c (diff)
Changing to snapshot version
Changing version from 1.0.0 to 1.0.0-SNAPSHOT Change-Id: Ia862c98104fa6fd8cac9830aa21c0caa63d3edc1 Signed-off-by: Patrick Brady <pb071s@att.com>
-rw-r--r--installation/appc/pom.xml4
-rw-r--r--installation/pom.xml4
-rw-r--r--platform-logic/appc/pom.xml4
-rw-r--r--platform-logic/installer/pom.xml4
-rw-r--r--platform-logic/pom.xml4
-rw-r--r--pom.xml2
6 files changed, 11 insertions, 11 deletions
diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml
index 6ae535a..d12296c 100644
--- a/installation/appc/pom.xml
+++ b/installation/appc/pom.xml
@@ -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>
diff --git a/installation/pom.xml b/installation/pom.xml
index 4698e05..d9dd6c0 100644
--- a/installation/pom.xml
+++ b/installation/pom.xml
@@ -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>
diff --git a/platform-logic/appc/pom.xml b/platform-logic/appc/pom.xml
index c29e455..a57e64b 100644
--- a/platform-logic/appc/pom.xml
+++ b/platform-logic/appc/pom.xml
@@ -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>
diff --git a/platform-logic/installer/pom.xml b/platform-logic/installer/pom.xml
index 9fcd4cb..e474ec5 100644
--- a/platform-logic/installer/pom.xml
+++ b/platform-logic/installer/pom.xml
@@ -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>
diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml
index a9245b3..b3ca5cd 100644
--- a/platform-logic/pom.xml
+++ b/platform-logic/pom.xml
@@ -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
--- 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