diff options
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 6e174d19..be03114f 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.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <relativePath>..</relativePath> </parent> @@ -125,7 +125,7 @@ <dependency> <groupId>${project.groupId}</groupId> <artifactId>hv-collector-analysis</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> </dependency> </dependencies> </plugin> |