aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTal Gitelman <tal.gitelman@att.com>2019-01-23 19:12:45 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-01-24 09:14:27 +0000
commit64ba526aaf02ad291078be8e6f66f6c280ffb72b (patch)
treeee90a74e6e0672ce0886f0b7129212a43534dc6c
parent1896bb2139b18dc1f0656a461580302f6ca15122 (diff)
SDC distribution failed bug fix3.0.1-ONAP1.4.63casablanca
Change-Id: I49da695ec684f0674dbabb636aff9f5768ad321d Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 852dee4..5c52464 100644
--- 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>
@@ -118,7 +118,7 @@
<dependency>
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.4.51</version>
+ <version>1.4.52</version>
</dependency>
diff --git a/version.properties b/version.properties
index 371c41b..171c87e 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=4
-patch=62
+patch=63
base_version=${major}.${minor}.${patch}