diff options
author | Israel Lavi <il0695@intl.att.com> | 2017-10-27 17:44:33 +0300 |
---|---|---|
committer | Pavel Aharoni <pa0916@att.com> | 2017-11-07 22:16:33 +0200 |
commit | 326de6efcd2fa5a37c6a7d971ee9fc1cb9ac34f3 (patch) | |
tree | 6a84a1f25e1794f136648b8e352d6bfd5b1f4f34 | |
parent | ff3eb332424ef27a2be48afaa547a6aa600a3db7 (diff) |
[SDC-643] Fix Constraint validation
Change-Id: I5aa64f42860b5896fd37bed2a9312b55835e6014
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.53-SNAPSHOT</version>
+ <version>1.1.54-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@@ -112,7 +112,7 @@ <dependency>
<groupId>org.openecomp.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.1.13-SNAPSHOT</version>
+ <version>1.1.14-SNAPSHOT</version>
</dependency>
|