Tosca Parser - property value resolving
authorManzon, Inna (im453s) <im453s@intl.att.com>
Wed, 12 Sep 2018 15:32:18 +0000 (18:32 +0300)
committerManzon, Inna (im453s) <im453s@intl.att.com>
Tue, 2 Oct 2018 12:52:05 +0000 (15:52 +0300)
Change-Id: I06eb2442dbcae9ea0824cb7d7689b8d3591a56ed
Issue-ID: SDC-1757
Signed-off-by: Manzon, Inna (im453s) <im453s@intl.att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 4177612..c25d8a7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
        <groupId>org.onap.sdc.jtosca</groupId>
        <artifactId>jtosca</artifactId>
-       <version>1.4.5-SNAPSHOT</version>
+       <version>1.4.6-SNAPSHOT</version>
        <name>sdc-jtosca</name>
        <properties>
 
index d1722d6..ed1cd82 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=5
+patch=6
 
 base_version=${major}.${minor}.${patch}