diff options
author | vv770d <vv770d@att.com> | 2022-01-03 20:28:53 +0000 |
---|---|---|
committer | vv770d <vv770d@att.com> | 2022-01-06 14:29:58 +0000 |
commit | 460c1c55994b1fa4d0f02573e4cfc6dfb26b2b30 (patch) | |
tree | 2693333b43b40c06231c2eb0b5df894d47313c1b /mod/runtimeapi/pom.xml | |
parent | 7cabd09bc1530ca725a7af40200a4c6568616b04 (diff) |
[DCAEMOD/runtime] Fix job failures on missing snapshot
Switch helmchartgenerator-core dependency to released 1.0.2
Modified version format to address NFE
Change-Id: Ifbcb3ca19192ab5bdd6a8a5cd9c4086a3b558365
Signed-off-by: vv770d <vv770d@att.com>
Issue-ID: DCAEGEN2-3008
Issue-ID: DCAEGEN2-3028
Signed-off-by: vv770d <vv770d@att.com>
Diffstat (limited to 'mod/runtimeapi/pom.xml')
-rw-r--r-- | mod/runtimeapi/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/runtimeapi/pom.xml b/mod/runtimeapi/pom.xml index 9780570..7188527 100644 --- a/mod/runtimeapi/pom.xml +++ b/mod/runtimeapi/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- ============LICENSE_START======================================================= -Copyright (c) 2019-2020 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2019-2022 AT&T Intellectual Property. All rights reserved. ================================================================================ Modifications Copyright (c) 2020 Nokia ================================================================================ @@ -34,7 +34,7 @@ limitations under the License. </parent> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>runtimeapi</artifactId> - <version>1.3.1</version> + <version>1.3.2</version> <name>dcaegen2-platform-mod-runtimeapi</name> <description>MOD Runtime API</description> <properties> |