diff options
author | Michael Lando <ml636r@att.com> | 2017-04-18 10:54:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-04-18 10:54:30 +0000 |
commit | 9cb83cb1b15e93c95b1462fc2e3315b35dbc6c4d (patch) | |
tree | 87f28dc3cc9eeef4de641d1efe94541fdb6284be /sdc-tosca-parser | |
parent | 3a3b9a240974189766a7a72b026cb85cc9cbadc2 (diff) | |
parent | b9e7afd028547fa7d000b3982f24ec32f06235db (diff) |
Merge "[SDC-9] TLS 1.2 and HTTPS"
Diffstat (limited to 'sdc-tosca-parser')
-rw-r--r-- | sdc-tosca-parser/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-tosca-parser/pom.xml b/sdc-tosca-parser/pom.xml index 3bc6a80..199a923 100644 --- a/sdc-tosca-parser/pom.xml +++ b/sdc-tosca-parser/pom.xml @@ -6,7 +6,7 @@ <parent>
<groupId>org.openecomp.sdc.sdc-distribution-client</groupId>
<artifactId>sdc-main-distribution-client</artifactId>
- <version>1.1.6-SNAPSHOT</version>
+ <version>1.1.7-SNAPSHOT</version>
</parent>
<artifactId>sdc-tosca-parser</artifactId>
|