diff options
author | vv770d <vv770d@att.com> | 2022-06-03 15:12:21 +0000 |
---|---|---|
committer | Vijay Venkatesh Kumar <vv770d@att.com> | 2022-06-07 19:09:50 +0000 |
commit | 069c2f34315c02f2a13275e071d772e7007d003a (patch) | |
tree | 28a168bbf0fbd45f275a4f587098cc7bb923d4c7 /mod/runtimeapi/runtime-web/pom.xml | |
parent | 95855b69835177954e185f171af2f0aea3b3d3f3 (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-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> |