diff options
author | talasila <talasila@research.att.com> | 2017-03-10 11:32:11 -0500 |
---|---|---|
committer | talasila <talasila@research.att.com> | 2017-03-10 11:32:37 -0500 |
commit | e0b3920d5e0ac4410be5e0240a90284fffd8b337 (patch) | |
tree | 972f79e0cc3fcb5575df0ca77041b9d91015f881 /dcae_dmaapbc_client | |
parent | ab13dda53c02c5504e24e829181d6ea93409b742 (diff) |
1.1.0-SNAPSHOT is updated in poms
Change-Id: I8b613d1de0e69ab97e1cc87598740a672c40ddc7
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 0623dca..b749912 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.1.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> @@ -150,7 +150,7 @@ <dependency> <groupId>org.openecomp.ui.dmaapbc</groupId> <artifactId>dmaap-bc-model</artifactId> - <version>1.0.0</version> + <version>1.1.0-SNAPSHOT</version> </dependency> <dependency> <groupId>ch.qos.logback</groupId> |