use new jtosca after fix 41/66841/1
authorBen-kimon, Hofit (hb272c) <hb272c@att.com>
Sun, 16 Sep 2018 14:38:29 +0000 (17:38 +0300)
committerBen-kimon, Hofit (hb272c) <hb272c@att.com>
Sun, 16 Sep 2018 14:40:25 +0000 (17:40 +0300)
Change-Id: I1bf2156ed02d5464c8147d01bf8f1963045c6121
Issue-ID: SDC-1764
Signed-off-by: Ben-kimon, Hofit (hb272c) <hb272c@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 2992055..b04e237 100644 (file)
--- 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.4.2-SNAPSHOT</version>
+       <version>1.4.3-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <properties>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.4.2-SNAPSHOT</version>
+                       <version>1.4.3-SNAPSHOT</version>
                </dependency>
 
 
index 0d94dfd..a54766f 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=2
+patch=3
 
 base_version=${major}.${minor}.${patch}