diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2021-05-20 08:10:21 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2021-05-21 07:24:01 +0200 |
commit | 3e0f5cbb9983cf5d7e5e1f591d87b449d44099f3 (patch) | |
tree | ae38db98314d33754f8e61a76019fd0f921b15a3 | |
parent | 92976a08e87187317178fa0e37a23f8f4ba0d0bf (diff) |
Update SDK version to 1.8.4
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I997557683a0a9f5b8a969c5d817f749d9c6bd4d3
Issue-ID: DCAEGEN2-2630
-rw-r--r-- | Changelog.md | 6 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index 6db7aa27..204b60f5 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.9.0] + - [DCAEGEN2-2420](https://jira.onap.org/browse/DCAEGEN2-2420) [INT-1864](https://jira.onap.org/browse/INT-1864) - Change openjdk baseOS img to integration-java11 + - [DCAEGEN2-2630] (https://jira.onap.org/browse/DCAEGEN2-2630) - Update SDK version to 1.8.4 + ## [1.8.0] - 31/03/2021 - [DCAEGEN2-2701](https://jira.onap.org/browse/DCAEGEN2-2701) - Add stndDefined domain and stndDefined routing @@ -11,4 +15,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - [DCAEGEN2-2696](https://jira.onap.org/browse/DCAEGEN2-2696) - Update all HV-VES dependencies to newest versions ## [1.6.0] - 17/12/2020 - - [DCAEGEN2-2537](https://jira.onap.org/browse/DCAEGEN2-2537) - Upgrade Reactor and SpringBoot in DFC, PM-Mapper, BBS
\ No newline at end of file + - [DCAEGEN2-2537](https://jira.onap.org/browse/DCAEGEN2-2537) - Upgrade Reactor and SpringBoot in DFC, PM-Mapper, BBS @@ -77,7 +77,7 @@ <build-helper-maven-plugin.version>3.2.0</build-helper-maven-plugin.version> <jacoco.version>0.8.3</jacoco.version> <detekt.version>1.15.0</detekt.version> - <sdk.version>1.8.2</sdk.version> + <sdk.version>1.8.4</sdk.version> <!-- Protocol buffers --> <protobuf.version>4.0.0-rc-2</protobuf.version> |