aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTal Gitelman <tal.gitelman@att.com>2019-01-23 19:03:29 +0200
committerTal Gitelman <tal.gitelman@att.com>2019-01-23 19:05:37 +0200
commit7be8c037640b3ef36c0e4384244c821371680bb4 (patch)
treee24228da8373b09274a3b81f2ecd41dcecf8bd6c
parent56cdfb114c099bb80734437d0fd1aa5aa3a859d1 (diff)
SDC distribution failed bug fix1.4.52casablanca
Change-Id: I2e8302f0595a92d48c83501adde4778898c3d11b Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 7a7bf35..9e6f98a 100644
--- 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>
diff --git a/version.properties b/version.properties
index 8887d67..d1a83f2 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=4
-patch=51
+patch=52
base_version=${major}.${minor}.${patch}