diff options
author | talasila <talasila@research.att.com> | 2017-03-07 17:04:27 -0500 |
---|---|---|
committer | talasila <talasila@research.att.com> | 2017-03-07 17:04:38 -0500 |
commit | ab13dda53c02c5504e24e829181d6ea93409b742 (patch) | |
tree | 0b64e054052ed19611f25d5f395edefadf86809f /dcae_dmaapbc_client | |
parent | 7af234eca41f49d23e050ce305dba3704ec74943 (diff) |
staging release 1.0.0
Change-Id: Ida76d40f4ac6da933118905d9f94c45988cc80bc
Signed-off-by: talasila <talasila@research.att.com>
Diffstat (limited to 'dcae_dmaapbc_client')
-rw-r--r-- | dcae_dmaapbc_client/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcae_dmaapbc_client/pom.xml b/dcae_dmaapbc_client/pom.xml index 45cd7aa..0623dca 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-SNAPSHOT</version> + <version>1.0.0</version> <name>DCAE DMaaP Bus Controller REST Client</name> <description>Java client for using the DMaaP Bus Controller API via REST.</description> <scm> @@ -150,7 +150,7 @@ <dependency> <groupId>org.openecomp.ui.dmaapbc</groupId> <artifactId>dmaap-bc-model</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> |