diff options
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -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&T</name> </organization> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </project> |