diff options
author | rajendrajaiswal <rajendra.jaiswal@ericsson.com> | 2019-06-27 10:58:07 +0100 |
---|---|---|
committer | rajendrajaiswal <rajendra.jaiswal@ericsson.com> | 2019-06-27 13:07:24 +0100 |
commit | 31dffbef6a4aab8e19d2c5a9f5ac8531d931197a (patch) | |
tree | 9e109a05382c4738ec815f5f5c9b623bd3b17e37 /sources/pom.xml | |
parent | fb613396cec50bae2ae59b6bd7280b903149f8b7 (diff) |
JJB alignment across DCAE components - DCAE HV-VES
Change-Id: I815c32a91a3e710d9076495dbafcba420bde4da5
Issue-ID: DCAEGEN2-1578
Signed-off-by: rajendrajaiswal <rajendra.jaiswal@ericsson.com>
Diffstat (limited to 'sources/pom.xml')
-rw-r--r-- | sources/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/pom.xml b/sources/pom.xml index 68ccbf1a..1a6e1188 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -33,7 +33,7 @@ <parent> <groupId>org.onap.dcaegen2.collectors.hv-ves</groupId> <artifactId>ves-hv-collector</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -125,7 +125,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>hv-collector-analysis</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.3.0-SNAPSHOT</version> </dependency> </dependencies> </plugin> |