diff options
author | Jack Lucas <jflucas@research.att.com> | 2018-12-04 15:02:06 -0500 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2018-12-04 15:03:25 -0500 |
commit | 8ad4f6db9865a9a9fb9076c9ce9e07e91a1519ea (patch) | |
tree | 9995d6441f1c378dc3a56fea4eb2f93aae53d164 /cm-container/pom.xml | |
parent | e24fb188c483acce93fc5419690792c2300161cf (diff) |
Add persistent storage for CM state information
Issue-ID: DCAEGEN2-990
Change-Id: I122e541d6ea0fa6bca06157d6ae7a330048d2ed7
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'cm-container/pom.xml')
-rw-r--r-- | cm-container/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 895f3c3..5153799 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cm-container</artifactId> <name>dcaegen2-deployments-cm-container</name> - <version>1.4.2</version> + <version>1.5.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |