summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-core
diff options
context:
space:
mode:
authorDhrumin Desai <dd303q@att.com>2021-10-13 19:31:07 -0400
committerDhrumin Desai <dd303q@att.com>2021-10-18 16:22:26 -0400
commit5fc1aa06243a0f01a73663211382f8e98131b532 (patch)
treef5be34666ed6d836acde7ce0f6ab10b51ac77265 /mod/runtimeapi/runtime-core
parent4371989e7a50d015b6eefa074d4988033223551b (diff)
updated helmgen-core to 1.0.2 and updated helm version to 3.5.41.3.1-mod-runtimeapi
Issue-ID: DCAEGEN2-2936 Change-Id: Id460775e5480f83460230a9a9b5be9eb76f44e50 Signed-off-by: Dhrumin Desai <dd303q@att.com>
Diffstat (limited to 'mod/runtimeapi/runtime-core')
-rw-r--r--mod/runtimeapi/runtime-core/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml
index ff22a58..d9dc634 100644
--- a/mod/runtimeapi/runtime-core/pom.xml
+++ b/mod/runtimeapi/runtime-core/pom.xml
@@ -25,12 +25,12 @@ limitations under the License.
<parent>
<artifactId>runtimeapi</artifactId>
<groupId>org.onap.dcaegen2.platform.mod</groupId>
- <version>1.3.0</version>
+ <version>1.3.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>runtime-core</artifactId>
- <version>1.3.0</version>
+ <version>1.3.1</version>
<dependencies>
<dependency>
@@ -51,7 +51,7 @@ limitations under the License.
<dependency>
<groupId>org.onap.dcaegen2.platform</groupId>
<artifactId>helmchartgenerator-core</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>