SDC distribution failed bug fix 15/76215/2 casablanca 1.4.63 3.0.1-ONAP
authorTal Gitelman <tal.gitelman@att.com>
Wed, 23 Jan 2019 17:12:45 +0000 (19:12 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Thu, 24 Jan 2019 09:14:27 +0000 (09:14 +0000)
Change-Id: I49da695ec684f0674dbabb636aff9f5768ad321d
Issue-ID: SDC-1955
Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 852dee4..5c52464 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.62-SNAPSHOT</version>
+       <version>1.4.63-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <properties>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.4.51</version>
+                       <version>1.4.52</version>
                </dependency>
 
 
index 371c41b..171c87e 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=62
+patch=63
 
 base_version=${major}.${minor}.${patch}