SDC distribution failed bug fix-cherry Casablanca 14/76214/2
authorTal Gitelman <tal.gitelman@att.com>
Wed, 23 Jan 2019 17:11:15 +0000 (19:11 +0200)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Wed, 23 Jan 2019 17:12:03 +0000 (17:12 +0000)
Change-Id: Ic737cba84ce8bc49285cac4c79f476319896a0ae
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 5c52464..852dee4 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.63-SNAPSHOT</version>
+       <version>1.4.62-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <properties>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.4.52</version>
+                       <version>1.4.51</version>
                </dependency>
 
 
index 171c87e..371c41b 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=63
+patch=62
 
 base_version=${major}.${minor}.${patch}