summaryrefslogtreecommitdiffstats
path: root/mod/runtimeapi/runtime-core/pom.xml
diff options
context:
space:
mode:
authorTony Hansen <tony@att.com>2022-06-07 20:02:37 +0000
committerGerrit Code Review <gerrit@onap.org>2022-06-07 20:02:37 +0000
commit8f697f7bd4e4d098495631b539e43a971453bb75 (patch)
tree8a0dfacf43f3960c8472e57b04e464b78afd5936 /mod/runtimeapi/runtime-core/pom.xml
parent0e57a984fa5ab1ea3351a01be4361b3e4b64020e (diff)
parent069c2f34315c02f2a13275e071d772e7007d003a (diff)
Merge "[MOD/Runtime] Upgrade to Helmgen-core 1.0.4"
Diffstat (limited to 'mod/runtimeapi/runtime-core/pom.xml')
-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>