Bump sdc-tosca/jtosca version 02/85602/1
authorSonsino, Ofir (os0695) <os0695@intl.att.com>
Wed, 17 Apr 2019 14:19:32 +0000 (17:19 +0300)
committerSonsino, Ofir (os0695) <os0695@intl.att.com>
Wed, 17 Apr 2019 14:19:32 +0000 (17:19 +0300)
Change-Id: Ia81c43969700a4b46f85a57901473958d9997b61
Issue-ID: SDC-2244
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index de6d12b..a341ec4 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.5.0-SNAPSHOT</version>
+       <version>1.5.1-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <properties>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.5.0</version>
+                       <version>1.5.1-SNAPSHOT</version>
                </dependency>
 
 
index 011dc3c..81c5c8f 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=5
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}