aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-21 03:48:05 -0500
committerTimoney, Daniel (dt5972) <dtimoney@att.com>2017-02-21 04:27:00 -0500
commit5771678a73418d4e424ec184e20db74bbb4297a6 (patch)
treea8a0602561d544bcdc1f093416ed1333a9e8ad2e /pom.xml
parent6d831ce81a722362460abf2d998766288388ab3f (diff)
[VERSION] Use official root pom
Use version 1.0.0 of root pom Change-Id: Icc821432b9eb68be9dfb3755f505b6bdd8b97035 Signed-off-by: Timoney, Daniel (dt5972) <dtimoney@att.com> Former-commit-id: f8e0d3b080ae4c8069de5b7cefa6ca60dda2fe5d
Diffstat (limited to 'pom.xml')
-rwxr-xr-xpom.xml15
1 files changed, 13 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 2e3c264e..f0e3120c 100755
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.openecomp.sdnc.core</groupId>
<artifactId>root</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@@ -66,6 +66,17 @@
</plugin>
-->
<plugin>
+ <groupId>org.sonatype.plugins</groupId>
+ <artifactId>nexus-staging-maven-plugin</artifactId>
+ <version>1.6.7</version>
+ <extensions>true</extensions>
+ <configuration>
+ <nexusUrl>https://nexus.openecomp.org</nexusUrl>
+ <stagingProfileId>176c31dfe190a</stagingProfileId>
+ <serverId>ecomp-staging</serverId>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.17</version>
@@ -92,7 +103,7 @@
<organization>
<name>AT&amp;T</name>
</organization>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
</project>