diff options
author | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2020-08-13 10:10:36 +0200 |
---|---|---|
committer | Krzysztof Gajewski <krzysztof.gajewski@nokia.com> | 2020-08-13 10:10:36 +0200 |
commit | 579fc00e62a67b07af24383a12886ed1521f1275 (patch) | |
tree | 254c8d073b1b66a697751dc747dbbcd7f13fd8c8 /mod/runtimeapi/runtime-core | |
parent | 92e323d4c86252e1f9e92d8e2a9b97db921655ee (diff) |
dcaegen2/platform - mod/runtimeAPI java11 upgrade
Take into account comments from I91250d5af6b2085063c955ab2b930223fcbb0f0b ticket
Issue-ID: DCAEGEN2-2288
Signed-off-by: Krzysztof Gajewski <krzysztof.gajewski@nokia.com>, Jerzy Szachniewicz <jerzy.szachniewicz@nokia.com>
Change-Id: I361d12fbbf0d4bbe229ce2915bd895f30d8ed6fc
Diffstat (limited to 'mod/runtimeapi/runtime-core')
-rw-r--r-- | mod/runtimeapi/runtime-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml index 26201e8..226d4e8 100644 --- a/mod/runtimeapi/runtime-core/pom.xml +++ b/mod/runtimeapi/runtime-core/pom.xml @@ -46,7 +46,7 @@ limitations under the License. <dependency> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>blueprint-generator</artifactId> - <version>1.3.1</version> + <version>1.4.0</version> </dependency> <dependency> <groupId>org.json</groupId> |