aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsrael Lavi <il0695@intl.att.com>2017-10-27 17:44:33 +0300
committerPavel Aharoni <pa0916@att.com>2017-11-07 22:16:33 +0200
commit326de6efcd2fa5a37c6a7d971ee9fc1cb9ac34f3 (patch)
tree6a84a1f25e1794f136648b8e352d6bfd5b1f4f34
parentff3eb332424ef27a2be48afaa547a6aa600a3db7 (diff)
[SDC-643] Fix Constraint validation
Change-Id: I5aa64f42860b5896fd37bed2a9312b55835e6014 Signed-off-by: Pavel Aharoni <pa0916@att.com>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4f05c61..9cce375 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>