summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-core
diff options
context:
space:
mode:
authorvv770d <vv770d@att.com>2022-06-03 15:12:21 +0000
committerVijay Venkatesh Kumar <vv770d@att.com>2022-06-07 19:09:50 +0000
commit069c2f34315c02f2a13275e071d772e7007d003a (patch)
tree28a168bbf0fbd45f275a4f587098cc7bb923d4c7 /mod/runtimeapi/runtime-core
parent95855b69835177954e185f171af2f0aea3b3d3f3 (diff)
[MOD/Runtime] Upgrade to Helmgen-core 1.0.41.3.3-mod-runtimeapi
Includes fix on log.path setting for helm chart Change-Id: I25459c0ba84cd3f04cbd4b1ee669a4a3587a7f77 Signed-off-by: vv770d <vv770d@att.com> Issue-ID: DCAEGEN2-3087 Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'mod/runtimeapi/runtime-core')
-rw-r--r--mod/runtimeapi/runtime-core/pom.xml8
1 files changed, 4 insertions, 4 deletions
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.
<parent>
<artifactId>runtimeapi</artifactId>
<groupId>org.onap.dcaegen2.platform.mod</groupId>
- <version>1.3.2</version>
+ <version>1.3.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>runtime-core</artifactId>
- <version>1.3.2</version>
-
+ <version>1.3.3</version>
+ <properties><onap-gerrit-review>-changelog-missing</onap-gerrit-review></properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -50,7 +50,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>helmchartgenerator-core</artifactId>
- <version>1.0.3</version>
+ <version>1.0.4</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>