aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-20 11:13:38 -0500
committerTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-20 11:28:57 -0500
commit6d831ce81a722362460abf2d998766288388ab3f (patch)
treecc103f3ffc2a72d1a0d3ebc2825b861462bd92ec /pom.xml
parent324ee36fe31763e507b422ab0a88e4230045e205 (diff)
[VERSION] Reset versions
Reset versions to 1.0.0-SNAPSHOT Change-Id: I7e21332d0086c647732e87d9410028c2a124f843 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: fae8736f80b74b536fbfb72913db5b17acec8dc1
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml26
1 files changed, 19 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 0114d78e..2e3c264e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,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>
@@ -65,22 +65,34 @@
</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>admportal</module>
-<!-- <module>chef</module> -->
<module>platform-logic</module>
- <module>installation</module>
-<!--
- <module>license</module>
--->
</modules>
+
+ <profiles>
+ <profile>
+ <id>docker</id>
+ <modules>
+ <module>installation</module>
+ </modules>
+ </profile>
+ </profiles>
<organization>
<name>AT&amp;T</name>
</organization>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</project>