SDC distribution failed bug fix 11/76211/1 casablanca 1.4.52
authorTal Gitelman <tal.gitelman@att.com>
Wed, 23 Jan 2019 17:03:29 +0000 (19:03 +0200)
committerTal Gitelman <tal.gitelman@att.com>
Wed, 23 Jan 2019 17:05:37 +0000 (19:05 +0200)
Change-Id: I2e8302f0595a92d48c83501adde4778898c3d11b
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 7a7bf35..9e6f98a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
 
        <groupId>org.onap.sdc.jtosca</groupId>
        <artifactId>jtosca</artifactId>
-       <version>1.4.51-SNAPSHOT</version>
+       <version>1.4.52-SNAPSHOT</version>
        <name>sdc-jtosca</name>
        <properties>
 
index 8887d67..d1a83f2 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=51
+patch=52
 
 base_version=${major}.${minor}.${patch}