diff options
author | Tal Gitelman <tal.gitelman@att.com> | 2019-01-23 19:12:45 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-01-24 09:14:27 +0000 |
commit | 64ba526aaf02ad291078be8e6f66f6c280ffb72b (patch) | |
tree | ee90a74e6e0672ce0886f0b7129212a43534dc6c | |
parent | 1896bb2139b18dc1f0656a461580302f6ca15122 (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.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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} |