diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-09-19 17:31:30 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-09-20 14:30:51 -0400 |
commit | 756430cf7f1a6dad7fe1eb78aeff59c7bfe0ef7c (patch) | |
tree | a7c7f004d1fe8a8980f1d6ec305c9e8615afe1de /tls-init-container/pom.xml | |
parent | be85050512cb3691417b2b1d2cc373f4ac16ab43 (diff) |
Initial tls container for dynamic generation
Issue-ID: DCAEGEN2-917
Change-Id: Ifeae71973f0a8388c70128398dbb356b511dec3e
Signed-off-by: Jack Lucas <jflucas@research.att.com>
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 fd2522f..30a5924 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>1.0.3</version>
+ <version>2.0.0</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|