aboutsummaryrefslogtreecommitdiffstats
path: root/dataChange
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-02-20 14:48:07 -0500
committerDan Timoney <dtimoney@att.com>2017-02-20 15:16:20 -0500
commit2619e3d6671b5615a3cce4ee711af46876a8f3c9 (patch)
treee15d7442fc56867df776a028ee414f01ade56890 /dataChange
parent1b47683183e05c39e55d14c904caf073b65825ef (diff)
[VERSION] Change version to snapshot
Change version to 1.0.0-SNAPSHOT and skip tests Change-Id: If753fa7b08f2abb57429efe6b044353c21f18e16 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'dataChange')
-rwxr-xr-xdataChange/features/pom.xml4
-rwxr-xr-xdataChange/installer/pom.xml2
-rwxr-xr-xdataChange/model/pom.xml4
-rwxr-xr-xdataChange/pom.xml4
-rwxr-xr-xdataChange/provider/pom.xml2
5 files changed, 8 insertions, 8 deletions
diff --git a/dataChange/features/pom.xml b/dataChange/features/pom.xml
index 6f993f8b..8d3a091e 100755
--- a/dataChange/features/pom.xml
+++ b/dataChange/features/pom.xml
@@ -4,11 +4,11 @@
<parent>
<artifactId>dataChange</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.sdnc.northbound</groupId>
<artifactId>dataChange-features</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
diff --git a/dataChange/installer/pom.xml b/dataChange/installer/pom.xml
index 3a5fa50a..f4119ea3 100755
--- a/dataChange/installer/pom.xml
+++ b/dataChange/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>dataChange</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>dataChange-installer</artifactId>
<name>dataChange - Karaf Installer</name>
diff --git a/dataChange/model/pom.xml b/dataChange/model/pom.xml
index e5772f4d..3accef05 100755
--- a/dataChange/model/pom.xml
+++ b/dataChange/model/pom.xml
@@ -4,11 +4,11 @@
<parent>
<artifactId>dataChange</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<groupId>org.openecomp.sdnc.northbound</groupId>
<artifactId>dataChange-model</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
diff --git a/dataChange/pom.xml b/dataChange/pom.xml
index 90d3311d..85951d5c 100755
--- a/dataChange/pom.xml
+++ b/dataChange/pom.xml
@@ -5,13 +5,13 @@
<parent>
<groupId>org.openecomp.sdnc.northbound</groupId>
<artifactId>sdnc-northbound</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<packaging>pom</packaging>
<groupId>org.openecomp.sdnc.northbound</groupId>
<artifactId>dataChange</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<properties>
<feature-name>dataChange</feature-name>
diff --git a/dataChange/provider/pom.xml b/dataChange/provider/pom.xml
index f2cd725d..3b1ede05 100755
--- a/dataChange/provider/pom.xml
+++ b/dataChange/provider/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>dataChange</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>dataChange-provider</artifactId>
<packaging>bundle</packaging>