summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>