summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-09-13 13:53:45 -0400
committerDan Timoney <dtimoney@att.com>2017-09-13 13:53:45 -0400
commita3d8bdeda0ea73adfd75c4c1404f885a171ae374 (patch)
tree2f92b1c1d36c7715c7a0faa86d92b972a9d42230 /pom.xml
parent6f6fee4b054ccc25968d6cc2c1dc5864a9aa4d06 (diff)
Use oparent as parent
Update odlparent-carbon-sr1 POM to use oparent-odlparent as parent, so that oparent settings are inherited. Also, enabled staging plugin. Change-Id: Ic7dd1cb5c86fd2dc9ba71b700caa74efe1655e16 Issue-ID: CCSDK-43 Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a029ba7e..d242f44d 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>
@@ -20,7 +20,7 @@
<onap.nexus.public-url>${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/groups/public</onap.nexus.public-url>
<onap.nexus.release-url>${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/releases</onap.nexus.release-url>
<onap.nexus.snapshot-url>${onap.nexus.protocol}://${onap.nexus.host}:${onap.nexus.port}/content/repositories/snapshots</onap.nexus.snapshot-url>
- <onap.nexus.staging.server-id>ecomp-releases</onap.nexus.staging.server-id>
+ <onap.nexus.staging.server-id>ecomp-staging</onap.nexus.staging.server-id>
<onap.nexus.staging.profile-id>176c31dfe190a</onap.nexus.staging.profile-id>
</properties>
@@ -233,7 +233,7 @@
</execution>
</executions>
<configuration>
- <skipStaging>true</skipStaging>
+ <skipStaging>false</skipStaging>
</configuration>
</plugin>
</plugins>