From 78b54c5bc7eeb280b30755cb236f0be3331fef7f Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Thu, 14 Jan 2021 17:53:39 +0100 Subject: Bump runtime-api version to 1.2.0 Issue-ID: DCAEGEN2-2529 Signed-off-by: Remigiusz Janeczek Change-Id: I593b2f48145f0c5c666f1f6ed12cd64010e91355 --- mod/runtimeapi/pom.xml | 2 +- mod/runtimeapi/runtime-core/pom.xml | 4 ++-- mod/runtimeapi/runtime-web/pom.xml | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml index 2243250..61f6558 100644 --- a/mod/runtimeapi/pom.xml +++ b/mod/runtimeapi/pom.xml @@ -34,7 +34,7 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtimeapi - 1.1.1 + 1.2.0 dcaegen2-platform-mod-runtimeapi MOD Runtime API diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml index 8b3741a..7031714 100644 --- a/mod/runtimeapi/runtime-core/pom.xml +++ b/mod/runtimeapi/runtime-core/pom.xml @@ -25,12 +25,12 @@ limitations under the License. runtimeapi org.onap.dcaegen2.platform.mod - 1.1.1 + 1.2.0 4.0.0 runtime-core - 1.1.1 + 1.2.0 diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index 8c0ab9d..4c1a7c4 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -24,10 +24,10 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtimeapi - 1.1.1 + 1.2.0 runtime-web - 1.1.1-SNAPSHOT + 1.2.0-SNAPSHOT jar runtime-web MOD Runtime Web Module @@ -35,7 +35,7 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtime-core - 1.1.1 + 1.2.0 org.springframework.boot -- cgit 1.2.3-korg