aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
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 /pom.xml
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>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 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>