aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen-kimon, Hofit (hb272c) <hb272c@att.com>2018-09-16 17:38:29 +0300
committerBen-kimon, Hofit (hb272c) <hb272c@att.com>2018-09-16 17:40:25 +0300
commit77108dc421d73732c264a5485fc9a0188d472e67 (patch)
treeab9d96ca913738f0a4bc0b9fb970485ff57134dc
parenta2705637c17beb663c47f82b03279e479ed2f8ca (diff)
use new jtosca after fix
Change-Id: I1bf2156ed02d5464c8147d01bf8f1963045c6121 Issue-ID: SDC-1764 Signed-off-by: Ben-kimon, Hofit (hb272c) <hb272c@att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 2992055..b04e237 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.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@@ -118,7 +118,7 @@
<dependency>
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.4.2-SNAPSHOT</version>
+ <version>1.4.3-SNAPSHOT</version>
</dependency>
diff --git a/version.properties b/version.properties
index 0d94dfd..a54766f 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=4
-patch=2
+patch=3
base_version=${major}.${minor}.${patch}