diff options
author | Jack Lucas <jflucas@research.att.com> | 2020-03-03 11:37:39 -0500 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2020-03-03 11:37:39 -0500 |
commit | cf5ff7813441f6b42bc8d34600613a6a288f3054 (patch) | |
tree | 7572031b58ec90db30967f0b93221e1fba8aea5a /cm-container/pom.xml | |
parent | 5d6e4cc6647ff7458d9ab9407048136a2cedcc2f (diff) |
Update type files for R6
Configures resolver to R6 path to type files
Picks up k8splugin change to provide CA certs in JKS format
Issue-ID: DCAEGEN2-1938
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I7519d8be52254ef0ac41eb02d6a66f4a80d79501
Diffstat (limited to 'cm-container/pom.xml')
-rw-r--r-- | cm-container/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cm-container/pom.xml b/cm-container/pom.xml index f59c66c..207e979 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -1,7 +1,7 @@ <?xml version="1.0"?> <!-- ================================================================================ -Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved. +Copyright (c) 2018-2020 AT&T Intellectual Property. 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 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cm-container</artifactId> <name>dcaegen2-deployments-cm-container</name> - <version>2.0.2</version> + <version>2.1.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |