aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
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 'pom.xml')
-rw-r--r--pom.xml16
1 files changed, 12 insertions, 4 deletions
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>