From 069c2f34315c02f2a13275e071d772e7007d003a Mon Sep 17 00:00:00 2001 From: vv770d Date: Fri, 3 Jun 2022 15:12:21 +0000 Subject: [MOD/Runtime] Upgrade to Helmgen-core 1.0.4 Includes fix on log.path setting for helm chart Change-Id: I25459c0ba84cd3f04cbd4b1ee669a4a3587a7f77 Signed-off-by: vv770d Issue-ID: DCAEGEN2-3087 Signed-off-by: vv770d --- mod/runtimeapi/Changelog.md | 3 + mod/runtimeapi/pom.xml | 219 ++++++++++++++++++------------------ mod/runtimeapi/runtime-core/pom.xml | 8 +- mod/runtimeapi/runtime-web/pom.xml | 7 +- 4 files changed, 120 insertions(+), 117 deletions(-) diff --git a/mod/runtimeapi/Changelog.md b/mod/runtimeapi/Changelog.md index 23168b8..9f31f72 100644 --- a/mod/runtimeapi/Changelog.md +++ b/mod/runtimeapi/Changelog.md @@ -5,6 +5,9 @@ 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.3.3] - 2022-06-03 +- [DCAEGEN2-3087] Switch helmgen-core version to 1.0.4 (includes fix for log path) + ## [1.3.2] - 2022-01-04 - [DCAEGEN2-3028] Change version format to MMddHHmm (removed YY) - [DCAEGEN2-3008] Update helmgen-core from snapshot to released version diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml index 7188527..56a0626 100644 --- a/mod/runtimeapi/pom.xml +++ b/mod/runtimeapi/pom.xml @@ -2,8 +2,7 @@ - 4.0.0 - pom - - runtime-core - runtime-web - - - org.onap.oparent - oparent - 2.0.0 - - org.onap.dcaegen2.platform.mod - runtimeapi - 1.3.2 - dcaegen2-platform-mod-runtimeapi - MOD Runtime API - - true - yyyyMMdd'T'HHmmss - ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml - - true - - - - java11 - - 11 - 11 - 11 - - - - m2e.version - - true - - - - java8 - - 1.8 - 1.8 - - - - - - commons-io - commons-io - 2.8.0 - - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.6.0.1398 - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + pom + + runtime-core + runtime-web + + + org.onap.oparent + oparent + 2.0.0 + + org.onap.dcaegen2.platform.mod + runtimeapi + 1.3.3 + dcaegen2-platform-mod-runtimeapi + MOD Runtime API + + true + yyyyMMdd'T'HHmmss + ${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml + + true + + + + java11 + + 11 + 11 + 11 + + + + m2e.version + + true + + + + java8 + + 1.8 + 1.8 + + + + + + commons-io + commons-io + 2.8.0 + + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.6.0.1398 + - - org.apache.maven.plugins - maven-enforcer-plugin - 1.4.1 - - - enforce-no-snapshots - - enforce - - - - - No Snapshots Allowed! - - - false - - - - + + org.apache.maven.plugins + maven-enforcer-plugin + 1.4.1 + + + enforce-no-snapshots + + enforce + + + + + No Snapshots Allowed! + + + false + + + + - - - - - - org.springframework.boot - spring-boot-starter-parent - 2.1.7.RELEASE - pom - import - - - org.springframework.plugin - spring-plugin-core - - - - - org.springframework.plugin - spring-plugin-core - 2.0.0.RELEASE - - - + + + + + + org.springframework.boot + spring-boot-starter-parent + 2.1.7.RELEASE + pom + import + + + org.springframework.plugin + spring-plugin-core + + + + + org.springframework.plugin + spring-plugin-core + 2.0.0.RELEASE + + + diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml index 5970bfd..3ca24e7 100644 --- a/mod/runtimeapi/runtime-core/pom.xml +++ b/mod/runtimeapi/runtime-core/pom.xml @@ -24,13 +24,13 @@ limitations under the License. runtimeapi org.onap.dcaegen2.platform.mod - 1.3.2 + 1.3.3 4.0.0 runtime-core - 1.3.2 - + 1.3.3 + -changelog-missing org.springframework.boot @@ -50,7 +50,7 @@ limitations under the License. org.onap.dcaegen2.platform helmchartgenerator-core - 1.0.3 + 1.0.4 org.yaml diff --git a/mod/runtimeapi/runtime-web/pom.xml b/mod/runtimeapi/runtime-web/pom.xml index af89495..01ea8fd 100644 --- a/mod/runtimeapi/runtime-web/pom.xml +++ b/mod/runtimeapi/runtime-web/pom.xml @@ -23,18 +23,19 @@ limitations under the License. org.onap.dcaegen2.platform.mod runtimeapi - 1.3.2 + 1.3.3 runtime-web - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT jar + -changelog-missing runtime-web MOD Runtime Web Module org.onap.dcaegen2.platform.mod runtime-core - 1.3.2 + 1.3.3 org.springframework.boot -- cgit 1.2.3-korg