diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-11-22 17:32:55 -0500 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2020-02-03 09:30:48 -0500 |
commit | 81a0a2ed19dda1916df0a4695069e612697ba7c7 (patch) | |
tree | 6eeb53a2ff5295e6ace2d1424152c1d40e9488db /tls-init-container/pom.xml | |
parent | 96e41fd64f9270cb8a434a4a586d62efb7ccadaf (diff) |
Provide truststore in JKS format2.1.0
Issue-ID: DCAEGEN2-1938
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: Ibd10d4e833bede448ebbc9b5e0e5be5a84155835
Diffstat (limited to 'tls-init-container/pom.xml')
-rw-r--r-- | tls-init-container/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tls-init-container/pom.xml b/tls-init-container/pom.xml index a25a0bf..a439050 100644 --- a/tls-init-container/pom.xml +++ b/tls-init-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId>
<artifactId>tls-init-container</artifactId>
<name>dcaegen2-deployments-tls-init-container</name>
- <version>2.0.1</version>
+ <version>2.1.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|