aboutsummaryrefslogtreecommitdiffstats
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
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>
-rwxr-xr-xasdcApi/features/pom.xml2
-rwxr-xr-xasdcApi/installer/pom.xml2
-rwxr-xr-xasdcApi/model/pom.xml4
-rwxr-xr-xasdcApi/pom.xml4
-rwxr-xr-xasdcApi/provider/pom.xml2
-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
-rw-r--r--pom.xml16
-rwxr-xr-xueb-listener/pom.xml4
-rw-r--r--vnfapi/features/pom.xml2
-rwxr-xr-xvnfapi/installer/pom.xml2
-rw-r--r--vnfapi/model/pom.xml2
-rw-r--r--vnfapi/pom.xml4
-rw-r--r--vnfapi/provider/pom.xml2
-rw-r--r--vnftools/features/pom.xml2
-rwxr-xr-xvnftools/installer/pom.xml2
-rw-r--r--vnftools/pom.xml4
-rw-r--r--vnftools/provider/pom.xml2
21 files changed, 40 insertions, 32 deletions
diff --git a/asdcApi/features/pom.xml b/asdcApi/features/pom.xml
index 41970e2b..e62ffe07 100755
--- a/asdcApi/features/pom.xml
+++ b/asdcApi/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>asdcApi</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>asdcApi-features</artifactId>
diff --git a/asdcApi/installer/pom.xml b/asdcApi/installer/pom.xml
index 23ea77d1..5d002c78 100755
--- a/asdcApi/installer/pom.xml
+++ b/asdcApi/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>asdcApi</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>asdcApi-installer</artifactId>
<name>asdcApi - Karaf Installer</name>
diff --git a/asdcApi/model/pom.xml b/asdcApi/model/pom.xml
index 04198e04..eab21d0b 100755
--- a/asdcApi/model/pom.xml
+++ b/asdcApi/model/pom.xml
@@ -4,11 +4,11 @@
<parent>
<artifactId>asdcApi</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>asdcApi-model</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<build>
diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml
index aaea307e..b228b8e4 100755
--- a/asdcApi/pom.xml
+++ b/asdcApi/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>asdcApi</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<properties>
<feature-name>asdcApi</feature-name>
diff --git a/asdcApi/provider/pom.xml b/asdcApi/provider/pom.xml
index 033cd29c..df3040bb 100755
--- a/asdcApi/provider/pom.xml
+++ b/asdcApi/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>asdcApi</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>asdcApi-provider</artifactId>
<packaging>bundle</packaging>
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>
diff --git a/pom.xml b/pom.xml
index be03e932..e7788ed1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -44,7 +44,7 @@
<build>
<plugins>
- <!-- Blackduck plugin breaks release build
+ <!-- Blackduck plugin breaks release build
<plugin>
<groupId>com.blackducksoftware.integration</groupId>
<artifactId>hub-maven-plugin</artifactId>
@@ -65,20 +65,28 @@
</executions>
</plugin>
-->
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.17</version>
+ <configuration>
+ <skipTests>true</skipTests>
+ </configuration>
+ </plugin>
</plugins>
</build>
<modules>
<module>asdcApi</module>
<module>dataChange</module>
- <module>ueb-listener</module>
+ <!-- <module>ueb-listener</module> -->
<module>vnfapi</module>
<module>vnftools</module>
</modules>
<organization>
<name>AT&amp;T</name>
</organization>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</project>
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml
index ae740bb9..ada3d875 100755
--- a/ueb-listener/pom.xml
+++ b/ueb-listener/pom.xml
@@ -3,14 +3,14 @@
<groupId>org.openecomp.sdnc.northbound</groupId>
<packaging>jar</packaging>
<artifactId>ueb-listener</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>UEB Listener</name>
<description>UEB Listener</description>
<parent>
<groupId>org.openecomp.sdnc.northbound</groupId>
<artifactId>sdnc-northbound</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<properties>
<sdc.client.version>1.1.0</sdc.client.version>
diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml
index e4c3214c..6dc16d9e 100644
--- a/vnfapi/features/pom.xml
+++ b/vnfapi/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>vnfapi</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>vnfapi-features</artifactId>
diff --git a/vnfapi/installer/pom.xml b/vnfapi/installer/pom.xml
index 9553b52c..e48ca374 100755
--- a/vnfapi/installer/pom.xml
+++ b/vnfapi/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>vnfapi</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>vnfapi-installer</artifactId>
<name>VNF API - Karaf Installer</name>
diff --git a/vnfapi/model/pom.xml b/vnfapi/model/pom.xml
index cf354ed1..f4879c6e 100644
--- a/vnfapi/model/pom.xml
+++ b/vnfapi/model/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>vnfapi</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>vnfapi-model</artifactId>
<packaging>bundle</packaging>
diff --git a/vnfapi/pom.xml b/vnfapi/pom.xml
index 8e92a9a2..22287e80 100644
--- a/vnfapi/pom.xml
+++ b/vnfapi/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>vnfapi</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<properties>
<feature-name>vnfapi</feature-name>
diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml
index 6841ac49..455a5994 100644
--- a/vnfapi/provider/pom.xml
+++ b/vnfapi/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>vnfapi</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>vnfapi-provider</artifactId>
<packaging>bundle</packaging>
diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml
index 7f0797f3..ff7c146b 100644
--- a/vnftools/features/pom.xml
+++ b/vnftools/features/pom.xml
@@ -4,7 +4,7 @@
<parent>
<artifactId>vnftools</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>vnftools-features</artifactId>
<name>VNF tools Plugin - Features</name>
diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml
index acf7dccd..c5b1ed31 100755
--- a/vnftools/installer/pom.xml
+++ b/vnftools/installer/pom.xml
@@ -5,7 +5,7 @@
<parent>
<artifactId>vnftools</artifactId>
<groupId>org.openecomp.sdnc.northbound</groupId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>vnftools-installer</artifactId>
<name>VNF Tools Plugin - Karaf Installer</name>
diff --git a/vnftools/pom.xml b/vnftools/pom.xml
index 59a876f3..c93a2a55 100644
--- a/vnftools/pom.xml
+++ b/vnftools/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>org.openecomp.sdnc.northbound</groupId>
<artifactId>sdnc-northbound</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -18,7 +18,7 @@
<name>VNF Tools Plugin</name>
<description>Provides execute nodes to Directed Graphs that use the VNF Module.</description>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<dependencyManagement>
diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml
index cce9e246..5aad3f98 100644
--- a/vnftools/provider/pom.xml
+++ b/vnftools/provider/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.sdnc.northbound</groupId>
<artifactId>vnftools</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>vnftools-provider</artifactId>
<packaging>bundle</packaging>