diff options
author | 2017-10-05 14:28:34 +0100 | |
---|---|---|
committer | 2017-10-05 14:46:20 +0100 | |
commit | c20301d688d183fb7911ff5c346c88b174df37f1 (patch) | |
tree | aa34bdfa941ccb76b75d93ce14b9488bf21c8e41 /pom.xml | |
parent | 1433a67a9e3dcad20d0dda8edcaad9403320f4f9 (diff) |
Updating pom version and adding missing plugins
Change-Id: I2059d29ff33cd22ed034ac68e2f57364ff3320b0
Issue-Id: AAI-46
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -9,7 +9,7 @@ </parent> <groupId>org.onap.aai</groupId> <artifactId>babel</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>2.0.0-SNAPSHOT</version> <properties> <module.ajsc.namespace.name>babel-service</module.ajsc.namespace.name> @@ -56,6 +56,7 @@ <sdc.distribution.client.version>1.1.32-SNAPSHOT</sdc.distribution.client.version> <snakeyamle.version>1.18</snakeyamle.version> <jacoco.version>0.7.9</jacoco.version> + <onap.nexus.url>https://nexus.onap.org</onap.nexus.url> </properties> <dependencies> @@ -315,6 +316,18 @@ </reportPlugins> </configuration> </plugin> + + <plugin> + <groupId>org.sonatype.plugins</groupId> + <artifactId>nexus-staging-maven-plugin</artifactId> + <version>1.6.7</version> + <extensions>true</extensions> + <configuration> + <nexusUrl>${onap.nexus.url}</nexusUrl> + <stagingProfileId>176c31dfe190a</stagingProfileId> + <serverId>ecomp-staging</serverId> + </configuration> + </plugin> <!-- Strong recommendation to use forkCount and reuseForks parameters as forkMode is deprecated since v2.14 --> <plugin> <groupId>org.apache.maven.plugins</groupId> |