diff options
author | Tony Hansen <tony@att.com> | 2022-06-07 20:02:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-07 20:02:37 +0000 |
commit | 8f697f7bd4e4d098495631b539e43a971453bb75 (patch) | |
tree | 8a0dfacf43f3960c8472e57b04e464b78afd5936 /mod/runtimeapi/runtime-web/pom.xml | |
parent | 0e57a984fa5ab1ea3351a01be4361b3e4b64020e (diff) | |
parent | 069c2f34315c02f2a13275e071d772e7007d003a (diff) |
Merge "[MOD/Runtime] Upgrade to Helmgen-core 1.0.4"
Diffstat (limited to 'mod/runtimeapi/runtime-web/pom.xml')
-rw-r--r-- | mod/runtimeapi/runtime-web/pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
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. <parent> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>runtimeapi</artifactId> - <version>1.3.2</version> + <version>1.3.3</version> </parent> <artifactId>runtime-web</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <packaging>jar</packaging> + <properties><onap-gerrit-review>-changelog-missing</onap-gerrit-review></properties> <name>runtime-web</name> <description>MOD Runtime Web Module</description> <dependencies> <dependency> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>runtime-core</artifactId> - <version>1.3.2</version> + <version>1.3.3</version> </dependency> <dependency> <groupId>org.springframework.boot</groupId> |