diff options
author | Jack Lucas <jflos@sonoris.net> | 2020-12-04 14:27:11 -0500 |
---|---|---|
committer | Jack Lucas <jflos@sonoris.net> | 2021-01-07 10:02:14 -0500 |
commit | bc4f7b8493766b757ad6ebc204b48b4dc5a82e82 (patch) | |
tree | 96885dd31fe2d38c1588e294a18407d71481be6c /cm-container/pom.xml | |
parent | 68eca53cf38d8d004ae3ea50e8d1197b0325a466 (diff) |
[DCAE] Update Cloudify Manager to Python 3.x4.0.0-cm-container
Issue-ID: DCAEGEN2-2542
Signed-off-by: Jack Lucas <jflos@sonoris.net>
Change-Id: I8d3c42fc80290394df4eb3bd724c6e43d60c0a96
Diffstat (limited to 'cm-container/pom.xml')
-rw-r--r-- | cm-container/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cm-container/pom.xml b/cm-container/pom.xml index e676be6..b128ec3 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -2,6 +2,7 @@ <!-- ================================================================================ Copyright (c) 2018-2020 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2021 J. F. Lucas. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -27,7 +28,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cm-container</artifactId> <name>dcaegen2-deployments-cm-container</name> - <version>3.4.2</version> + <version>4.0.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |