diff options
author | Vijay Venkatesh Kumar <vv770d@att.com> | 2020-08-18 14:19:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-08-18 14:19:47 +0000 |
commit | 79cbbaff6f96d25ecb410261604c352fec8f2819 (patch) | |
tree | dfa77fb1c5dbd7e00d11ef339b4cd9bb288705a1 /mod | |
parent | 2f666dcace2f3cfcd617404240e81e3b4ba2cf84 (diff) | |
parent | 579fc00e62a67b07af24383a12886ed1521f1275 (diff) |
Merge "dcaegen2/platform - mod/runtimeAPI java11 upgrade Take into account comments from I91250d5af6b2085063c955ab2b930223fcbb0f0b ticket"1.0.6
Diffstat (limited to 'mod')
-rw-r--r-- | mod/runtimeapi/runtime-core/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/runtimeapi/runtime-core/pom.xml b/mod/runtimeapi/runtime-core/pom.xml index 26201e8..226d4e8 100644 --- a/mod/runtimeapi/runtime-core/pom.xml +++ b/mod/runtimeapi/runtime-core/pom.xml @@ -46,7 +46,7 @@ limitations under the License. <dependency> <groupId>org.onap.dcaegen2.platform.mod</groupId> <artifactId>blueprint-generator</artifactId> - <version>1.3.1</version> + <version>1.4.0</version> </dependency> <dependency> <groupId>org.json</groupId> |