Update DCAE SDK library 93/123493/3 1.6.1
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Tue, 24 Aug 2021 10:22:08 +0000 (12:22 +0200)
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Tue, 24 Aug 2021 11:33:47 +0000 (13:33 +0200)
- update SDK from 1.5.0 to 1.8.7

Issue-ID: DCAEGEN2-2692
Signed-off-by: Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Change-Id: I342cb311020c324793aa3af5c47d583b7aab82c1

Changelog.md
datafile-app-server/pom.xml
pom.xml
version.properties

index 8d05652..446f8d2 100644 (file)
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
+## [1.6.1] - 24/08/2021
+### Changed
+- SDK version bump from 1.5.0 to 1.8.7 in order to enable config file support
+
 ## [1.6.0] - 21/07/2021 
 ### Changed
 - docker base image to integration (from debian based to alpine based)
index 75fdabf..3d8097e 100644 (file)
@@ -27,7 +27,7 @@
     <parent>
         <groupId>org.onap.dcaegen2.collectors</groupId>
         <artifactId>datafile</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.6.1-SNAPSHOT</version>
     </parent>
 
     <groupId>org.onap.dcaegen2.collectors.datafile</groupId>
diff --git a/pom.xml b/pom.xml
index 4d25309..96393ea 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
 
     <groupId>org.onap.dcaegen2.collectors</groupId>
     <artifactId>datafile</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.1-SNAPSHOT</version>
 
     <name>dcaegen2-collectors.datafile</name>
     <description>datafile collector</description>
@@ -51,7 +51,7 @@
 
     <properties>
         <java.version>11</java.version>
-        <sdk.version>1.5.0</sdk.version>
+        <sdk.version>1.8.7</sdk.version>
         <apache.httpcomponents.version>4.1.4</apache.httpcomponents.version>
         <apache.commons.version>3.6</apache.commons.version>
         <immutable.version>2.7.1</immutable.version>
index d76ac72..0e1d015 100644 (file)
@@ -1,6 +1,6 @@
 major=1\r
 minor=6\r
-patch=0\r
+patch=1\r
 base_version=${major}.${minor}.${patch}\r
 release_version=${base_version}\r
 snapshot_version=${base_version}-SNAPSHOT\r