Updating pom version and adding missing plugins 29/17329/3
authorEdwin Lawrance <Edwin.Lawrance@amdocs.com>
Thu, 5 Oct 2017 13:28:34 +0000 (14:28 +0100)
committerEdwin Lawrance <Edwin.Lawrance@amdocs.com>
Thu, 5 Oct 2017 13:46:20 +0000 (14:46 +0100)
Change-Id: I2059d29ff33cd22ed034ac68e2f57364ff3320b0
Issue-Id: AAI-46
Signed-off-by: Edwin Lawrance <Edwin.Lawrance@amdocs.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index fc50e2c..776dd91 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
                                        </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>