diff options
-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> |