Tosca Parser - getPropertyValue and tests 02/69802/1
authorManzon, Inna (im453s) <im453s@intl.att.com>
Wed, 12 Sep 2018 15:58:05 +0000 (18:58 +0300)
committerManzon, Inna (im453s) <im453s@intl.att.com>
Thu, 4 Oct 2018 09:15:10 +0000 (12:15 +0300)
Change-Id: I7c5befd271079b36401b0dfc332ad86392350c77
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 ff993e0..09866b1 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.5-SNAPSHOT</version>
+       <version>1.4.6-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <properties>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.4.5-SNAPSHOT</version>
+                       <version>1.4.5</version>
                </dependency>
 
 
index d1722d6..ed1cd82 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=5
+patch=6
 
 base_version=${major}.${minor}.${patch}