summaryrefslogtreecommitdiffstats
path: root/appc-provider
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-02-24 00:04:10 -0800
committerPatrick Brady <pb071s@att.com>2017-02-24 00:04:45 -0800
commit8843969b0ced23dd4ebda915641427ee10aee098 (patch)
treeea239c35336c87de89b095670942277982ed31fb /appc-provider
parent1828152d26fd6bca072f5070b25ee20876690539 (diff)
Changing to snapshot version
Changing version from 1.0.0 to 1.0.0-SNAPSHOT Change-Id: If11d37d83348e5c4db298414e627622a62480d3f Signed-off-by: Patrick Brady <pb071s@att.com>
Diffstat (limited to 'appc-provider')
-rw-r--r--appc-provider/appc-provider-bundle/pom.xml4
-rw-r--r--appc-provider/appc-provider-features/pom.xml2
-rw-r--r--appc-provider/appc-provider-installer/pom.xml2
-rw-r--r--appc-provider/appc-provider-model/pom.xml2
-rw-r--r--appc-provider/pom.xml2
5 files changed, 6 insertions, 6 deletions
diff --git a/appc-provider/appc-provider-bundle/pom.xml b/appc-provider/appc-provider-bundle/pom.xml
index 56e90fee1..97aa6ce36 100644
--- a/appc-provider/appc-provider-bundle/pom.xml
+++ b/appc-provider/appc-provider-bundle/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>appc-provider</artifactId>
<groupId>org.openecomp.appc</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>appc-provider-bundle</artifactId>
<packaging>bundle</packaging>
@@ -125,7 +125,7 @@
<dependency>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc-request-handler-api</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<type>bundle</type>
<scope>provided</scope>
<exclusions>
diff --git a/appc-provider/appc-provider-features/pom.xml b/appc-provider/appc-provider-features/pom.xml
index 49d3e48f0..026b8d4f7 100644
--- a/appc-provider/appc-provider-features/pom.xml
+++ b/appc-provider/appc-provider-features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>appc-provider</artifactId>
<groupId>org.openecomp.appc</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<name>appc-provider-features</name>
<artifactId>appc-provider-features</artifactId>
diff --git a/appc-provider/appc-provider-installer/pom.xml b/appc-provider/appc-provider-installer/pom.xml
index cb3186fe4..717496af8 100644
--- a/appc-provider/appc-provider-installer/pom.xml
+++ b/appc-provider/appc-provider-installer/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>appc-provider</artifactId>
<groupId>org.openecomp.appc</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>appc-provider-installer</artifactId>
diff --git a/appc-provider/appc-provider-model/pom.xml b/appc-provider/appc-provider-model/pom.xml
index 8b4ebdcdb..c0f8e4416 100644
--- a/appc-provider/appc-provider-model/pom.xml
+++ b/appc-provider/appc-provider-model/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>appc-provider</artifactId>
<groupId>org.openecomp.appc</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>appc-provider-model</artifactId>
<packaging>bundle</packaging>
diff --git a/appc-provider/pom.xml b/appc-provider/pom.xml
index 9584aa23b..3fc0c2147 100644
--- a/appc-provider/pom.xml
+++ b/appc-provider/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.appc</groupId>
<artifactId>appc</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>appc-provider</artifactId>
<packaging>pom</packaging>