diff options
author | kjaniak <kornel.janiak@nokia.com> | 2020-01-15 11:30:18 +0100 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2020-01-15 11:30:18 +0100 |
commit | a5ca7fc9b36444dddd6425acf00496d81ed40568 (patch) | |
tree | bda3a6c62bac2d9a7b3ee48aea08a43528afdcfc /sources/pom.xml | |
parent | e05efd6688e11ca3c51c5518549130c23fef77d7 (diff) |
Change hv-ves version after last release
Since this version will include java 11 minor version top up.
Change-Id: Ie45f1a6afc33c2199d0a3f4d048420769158a6e6
Issue-ID: DCAEGEN2-1982
Signed-off-by: kjaniak <kornel.janiak@nokia.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 474e4f8b..6b784469 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.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -125,7 +125,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>hv-collector-analysis</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.4.0-SNAPSHOT</version> </dependency> </dependencies> </plugin> |