summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk
diff options
context:
space:
mode:
authortalasila <talasila@research.att.com>2017-03-07 14:37:39 -0500
committertalasila <talasila@research.att.com>2017-03-07 14:38:11 -0500
commit3e7cc4ebe41646e0c788065aab2b6b8356be4c05 (patch)
treec3b17018170678ff974784a336b9f9bbfe59f17f /ecomp-sdk
parent76bd5a5cef2d181ce7f725434f355e0485401993 (diff)
snapshot release and added staging plugin
Change-Id: Ia2b704f400c9bc5cfdc56791e0d9239e254b426a Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'ecomp-sdk')
-rw-r--r--ecomp-sdk/pom.xml13
-rw-r--r--ecomp-sdk/quantum/pom.xml2
-rw-r--r--ecomp-sdk/sdk-analytics/pom.xml2
-rw-r--r--ecomp-sdk/sdk-app/pom.xml2
-rw-r--r--ecomp-sdk/sdk-workflow/pom.xml2
-rw-r--r--ecomp-sdk/thirdparty/pom.xml2
6 files changed, 17 insertions, 6 deletions
diff --git a/ecomp-sdk/pom.xml b/ecomp-sdk/pom.xml
index f1f43fc0..4949a513 100644
--- a/ecomp-sdk/pom.xml
+++ b/ecomp-sdk/pom.xml
@@ -5,7 +5,7 @@
<artifactId>ecompSDK-project</artifactId>
<packaging>pom</packaging>
<!-- NOTE This value will not be picked from the property tag below, pass it as -Drelease.version="" when doing mvn deploy -->
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Ecomp Portal SDK Project (parent)</name>
<url>https://wiki/display/EcompPortal</url>
<scm>
@@ -98,6 +98,17 @@
<build>
<plugins>
+ <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.codehaus.mojo</groupId>
<artifactId>sonar-maven-plugin</artifactId>
diff --git a/ecomp-sdk/quantum/pom.xml b/ecomp-sdk/quantum/pom.xml
index 2ae9388e..c0d3d0fb 100644
--- a/ecomp-sdk/quantum/pom.xml
+++ b/ecomp-sdk/quantum/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.ecompsdkos</groupId>
<artifactId>ecompSDK-project</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>ecompSDK-core</artifactId>
diff --git a/ecomp-sdk/sdk-analytics/pom.xml b/ecomp-sdk/sdk-analytics/pom.xml
index 7e3e8d9f..91e9c26b 100644
--- a/ecomp-sdk/sdk-analytics/pom.xml
+++ b/ecomp-sdk/sdk-analytics/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.ecompsdkos</groupId>
<artifactId>ecompSDK-project</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>ecompSDK-analytics</artifactId>
diff --git a/ecomp-sdk/sdk-app/pom.xml b/ecomp-sdk/sdk-app/pom.xml
index 9e20347e..ab463b93 100644
--- a/ecomp-sdk/sdk-app/pom.xml
+++ b/ecomp-sdk/sdk-app/pom.xml
@@ -21,7 +21,7 @@
<properties>
<encoding>UTF-8</encoding>
- <epsdk.version>1.0.0</epsdk.version>
+ <epsdk.version>1.0.0-SNAPSHOT</epsdk.version>
<springframework.version>4.2.0.RELEASE</springframework.version>
<hibernate.version>4.3.11.Final</hibernate.version>
<!-- Skip assembling the zip by default; turn on like this: mvn -Dskipassembly=false
diff --git a/ecomp-sdk/sdk-workflow/pom.xml b/ecomp-sdk/sdk-workflow/pom.xml
index 696f81bf..cd0da6c6 100644
--- a/ecomp-sdk/sdk-workflow/pom.xml
+++ b/ecomp-sdk/sdk-workflow/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.ecompsdkos</groupId>
<artifactId>ecompSDK-project</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<artifactId>ecompSDK-workflow</artifactId>
diff --git a/ecomp-sdk/thirdparty/pom.xml b/ecomp-sdk/thirdparty/pom.xml
index f98fed21..6583835b 100644
--- a/ecomp-sdk/thirdparty/pom.xml
+++ b/ecomp-sdk/thirdparty/pom.xml
@@ -4,7 +4,7 @@
<parent>
<groupId>org.openecomp.ecompsdkos</groupId>
<artifactId>ecompSDK-project</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
</parent>
<!-- GroupId is inherited from parent -->