summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-12 19:55:42 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-12 19:55:42 +0000
commit3e04e2088383dbc0b0235db68c19dc21734721d9 (patch)
tree582b83b4b6bc6ab6034ce36ae0c3b982165aee58 /pom.xml
parent319ef643002d7a781ce3182eca1fb6369036477e (diff)
parentacc4c8d32e2d83e39de2674221b2fbe1aaa0c84c (diff)
Merge "Use oparent-odlparent pom"
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9734b8e1..18dcc681 100755
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<packaging>pom</packaging>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>parent</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</version>
<name>ccsdk-parent</name>
<url>http://wiki.onap.org</url>
@@ -165,10 +165,12 @@
<id>bundle-sources</id>
<phase>package</phase>
<goals>
- <!-- produce source artifact for main project sources -->
+ <!-- produce source artifact for main project
+ sources -->
<goal>jar-no-fork</goal>
- <!-- produce source artifact for project test sources -->
+ <!-- produce source artifact for project
+ test sources -->
<goal>test-jar-no-fork</goal>
</goals>
</execution>