diff options
author | Jack Lucas <jflucas@research.att.com> | 2019-05-31 07:54:47 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2019-05-31 17:09:35 -0400 |
commit | 058958bf64d14c00e77fd8c695fec49942be6f70 (patch) | |
tree | eab7e6a2d62eb69066ca7541d042e152c2ae3bad /cm-container/pom.xml | |
parent | dab0be7327dffdbfe220c96e265706dc919f6374 (diff) |
Add TLS server support
Change-Id: Ic9efe74e6ede2e503ab5b227f259900b0d04d18a
Issue-ID: DCAEGEN2-909
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 7b4d5e3..0a9100f 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.6.2</version> + <version>2.0.0</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |