diff options
author | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-07-08 13:51:34 +0200 |
---|---|---|
committer | Piotr Marcinkiewicz <piotr.marcinkiewicz@nokia.com> | 2021-07-08 13:51:34 +0200 |
commit | ff0148809b04d8493f6f5bf8c6213e4ae362f134 (patch) | |
tree | 44818d24e382b26d227f56647f51b5fbc3c3405d | |
parent | 387f5d6f1aba8751b28e94d84a48253532a2211b (diff) |
Revert "Update SDK version to 1.8.4"1.9.0
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
-rw-r--r-- | Changelog.md | 1 | ||||
-rw-r--r-- | pom.xml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/Changelog.md b/Changelog.md index e84c7177..e6e58c38 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 @@ -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> |