diff options
author | Dan Timoney <dtimoney@att.com> | 2017-09-12 19:55:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-12 19:55:42 +0000 |
commit | 3e04e2088383dbc0b0235db68c19dc21734721d9 (patch) | |
tree | 582b83b4b6bc6ab6034ce36ae0c3b982165aee58 /pom.xml | |
parent | 319ef643002d7a781ce3182eca1fb6369036477e (diff) | |
parent | acc4c8d32e2d83e39de2674221b2fbe1aaa0c84c (diff) |
Merge "Use oparent-odlparent pom"
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</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> |