diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-12 09:23:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-09-12 15:14:07 -0400 |
commit | acc4c8d32e2d83e39de2674221b2fbe1aaa0c84c (patch) | |
tree | 15a9ad873757497db7e5934b9c1de73a4fe8f948 /pom.xml | |
parent | 51afe8d0b024deba82289c04067ca0e4c37ebb16 (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-x | pom.xml | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -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> |