summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-12 09:23:57 -0400
committerDan Timoney <dtimoney@att.com>2017-09-12 15:14:07 -0400
commitacc4c8d32e2d83e39de2674221b2fbe1aaa0c84c (patch)
tree15a9ad873757497db7e5934b9c1de73a4fe8f948 /pom.xml
parent51afe8d0b024deba82289c04067ca0e4c37ebb16 (diff)
Use oparent-odlparent pom
Update odlparent-carbon pom to inherit from oparent's oparent-odlparent pom Change-Id: Ie12b2586894ab3c3ce7fb14c4476de8f45f5a967 Issue-ID: CCSDK-43 Signed-off-by: Dan Timoney <dtimoney@att.com>
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 d5a75c8c..0c0b7c43 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 POMs</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>