diff options
author | Pavel Aharoni <pa0916@att.com> | 2017-10-03 10:14:57 +0300 |
---|---|---|
committer | Pavel Aharoni <pa0916@att.com> | 2017-10-03 10:14:57 +0300 |
commit | e26137c608bdad2fa4ddd15f211fc0c3aa52b260 (patch) | |
tree | 035f12968da0e7d88c430f44e602da8f896f8e1a | |
parent | 4b6fa005aa4a1c7a7468885ae4bd4f5787259e94 (diff) |
[SDC-426] get_input fix in jtosca
Change-Id: Iea2f311e8eb4c8d3394ca67c9e11ede2ddd12e40
Signed-off-by: Pavel Aharoni <pa0916@att.com>
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ <artifactId>sdc-tosca</artifactId>
<name>sdc-sdc-tosca</name>
<description>SDC Tosca Parser JAR file for use by consumers</description>
- <version>1.1.52-SNAPSHOT</version>
+ <version>1.1.53-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@@ -103,7 +103,7 @@ <dependency>
<groupId>org.openecomp.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.1.12-SNAPSHOT</version>
+ <version>1.1.13-SNAPSHOT</version>
</dependency>
|