diff options
author | talasila <talasila@research.att.com> | 2017-03-07 16:13:29 -0500 |
---|---|---|
committer | talasila <talasila@research.att.com> | 2017-03-07 16:13:45 -0500 |
commit | 7af234eca41f49d23e050ce305dba3704ec74943 (patch) | |
tree | 72a76623f2c6a3aba30dcf583094462f7f7bd720 /dcae_dmaapbc_client | |
parent | bb405450c6205acbb0f87c76405fb2a4ede81f55 (diff) |
snapshot release and added staging
Change-Id: I08dfa46e244d44d2b8952de4559f9e8305a2e075
Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_client')
-rw-r--r-- | dcae_dmaapbc_client/pom.xml | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/dcae_dmaapbc_client/pom.xml b/dcae_dmaapbc_client/pom.xml index 8829f68..45cd7aa 100644 --- a/dcae_dmaapbc_client/pom.xml +++ b/dcae_dmaapbc_client/pom.xml @@ -6,7 +6,7 @@ <!-- repository key for AT&T maven central --> <groupId>org.openecomp.ui.dmaapbc</groupId> <artifactId>dmaap-bc-client</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <name>DCAE DMaaP Bus Controller REST Client</name> <description>Java client for using the DMaaP Bus Controller API via REST.</description> <scm> @@ -59,6 +59,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> @@ -139,7 +150,7 @@ <dependency> <groupId>org.openecomp.ui.dmaapbc</groupId> <artifactId>dmaap-bc-model</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> |