Update SDK version to 1.8.4 32/121432/4
authorBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Thu, 20 May 2021 06:10:21 +0000 (08:10 +0200)
committerBartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Fri, 21 May 2021 05:24:01 +0000 (07:24 +0200)
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: I997557683a0a9f5b8a969c5d817f749d9c6bd4d3
Issue-ID: DCAEGEN2-2630

Changelog.md
pom.xml

index 6db7aa2..204b60f 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.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
diff --git a/pom.xml b/pom.xml
index e8b1679..0b9ab42 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>