Revert "Update SDK version to 1.8.4" 19/122519/1 1.9.0
authorPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Thu, 8 Jul 2021 11:51:34 +0000 (13:51 +0200)
committerPiotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com>
Thu, 8 Jul 2021 11:51:34 +0000 (13:51 +0200)
Commit causes failing gating because SDK 1.8.4 takes configuration
from ConfigMaps instead of Consul. It is necessary to make changes
in HV-VES robot test on gating before update SDK to 1.8.4.

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

Changelog.md
pom.xml

index e84c717..e6e58c3 100644 (file)
@@ -6,7 +6,6 @@ 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
     - [DCAEGEN2-2851](https://jira.onap.org/browse/DCAEGEN2-2851) - Remove checker-framework from HV-VES dependencies
 
 ## [1.8.0] - 31/03/2021
diff --git a/pom.xml b/pom.xml
index 8ab14c6..fd40fe1 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.4</sdk.version>
+        <sdk.version>1.8.2</sdk.version>
 
         <!-- Protocol buffers -->
         <protobuf.version>4.0.0-rc-2</protobuf.version>