aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pom.xml
diff options
context:
space:
mode:
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-11-30 17:10:23 +0100
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>2020-11-30 17:10:23 +0100
commitec2db7e2ba66de2f25512023c0b4d2cf92ce0858 (patch)
tree423d5c911975753ea59d084305443c4cf92f4a9a /sources/pom.xml
parentb8323be62abee829c9d1a0a2e3529580a8977ada (diff)
Update DCAE-SDK version to 1.4.4
Allow HV-VES to recover after exception from CbsClient Issue-ID: DCAEGEN2-2516 Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com> Change-Id: I9dd3c5b5479c05e8e366c7bfbbb6062122986fa1
Diffstat (limited to 'sources/pom.xml')
-rw-r--r--sources/pom.xml4
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>