aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_model/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dcae_dmaapbc_model/pom.xml')
-rw-r--r--dcae_dmaapbc_model/pom.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/dcae_dmaapbc_model/pom.xml b/dcae_dmaapbc_model/pom.xml
index 9622e8d..0cf64d6 100644
--- a/dcae_dmaapbc_model/pom.xml
+++ b/dcae_dmaapbc_model/pom.xml
@@ -5,7 +5,7 @@
<!-- repository key for maven central -->
<groupId>org.openecomp.ui.dmaapbc</groupId>
<artifactId>dmaap-bc-model</artifactId>
- <version>1.0.0</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>DCAE DMaaP Bus Controller Data Models</name>
<description>Java objects used by the DMaaP Bus Controller</description>
<scm>
@@ -43,6 +43,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.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.8.1</version>