diff options
author | Tony Hansen <tony@att.com> | 2022-03-03 15:52:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-03-03 15:52:22 +0000 |
commit | 538163dd064c23e349c03613cd30e34893cac1f9 (patch) | |
tree | d6bc663bdee89e5661c056e8686438d9acfee92b /mod/runtimeapi/runtime-core | |
parent | e8764e8be002ab0bd66126d2e41fc45cc2c45d51 (diff) | |
parent | 1aa0a77ab3465a5584f4ddbfab61242590a07cfb (diff) |
Merge "[DCAEMOD/Runtime] Upgrade helm-gen core lib to 1.0.3"1.3.2-mod-runtimeapi
Diffstat (limited to 'mod/runtimeapi/runtime-core')
-rw-r--r-- | mod/runtimeapi/runtime-core/pom.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml index 626061b..5970bfd 100644 --- a/mod/runtimeapi/runtime-core/pom.xml +++ b/mod/runtimeapi/runtime-core/pom.xml @@ -2,8 +2,7 @@ <!-- ============LICENSE_START======================================================= Copyright (c) 2019-2022 AT&T Intellectual Property. All rights reserved. -================================================================================ -Modifications Copyright (c) 2020 Nokia +Copyright (c) 2020 Nokia ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -51,7 +50,7 @@ limitations under the License. <dependency> <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>helmchartgenerator-core</artifactId> - <version>1.0.2</version> + <version>1.0.3</version> </dependency> <dependency> <groupId>org.yaml</groupId> |