From c7eab17a68a8a209a1071a00fa0e1ffb0ae3b8b2 Mon Sep 17 00:00:00 2001 From: Piotr Marcinkiewicz Date: Tue, 24 Aug 2021 12:22:08 +0200 Subject: Update DCAE SDK library - update SDK from 1.5.0 to 1.8.7 Issue-ID: DCAEGEN2-2692 Signed-off-by: Piotr Marcinkiewicz Change-Id: I342cb311020c324793aa3af5c47d583b7aab82c1 --- Changelog.md | 4 ++++ datafile-app-server/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8d05652c..446f8d25 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) diff --git a/datafile-app-server/pom.xml b/datafile-app-server/pom.xml index 75fdabf3..3d8097ee 100644 --- a/datafile-app-server/pom.xml +++ b/datafile-app-server/pom.xml @@ -27,7 +27,7 @@ org.onap.dcaegen2.collectors datafile - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT org.onap.dcaegen2.collectors.datafile diff --git a/pom.xml b/pom.xml index 4d253098..96393ea9 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.dcaegen2.collectors datafile - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT dcaegen2-collectors.datafile datafile collector @@ -51,7 +51,7 @@ 11 - 1.5.0 + 1.8.7 4.1.4 3.6 2.7.1 diff --git a/version.properties b/version.properties index d76ac729..0e1d0151 100644 --- a/version.properties +++ b/version.properties @@ -1,6 +1,6 @@ major=1 minor=6 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} release_version=${base_version} snapshot_version=${base_version}-SNAPSHOT -- cgit 1.2.3-korg