summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorTal Gitelman <tal.gitelman@att.com>2019-01-23 19:08:15 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-01-23 17:09:25 +0000
commit7131a962289d93e9c5c48f2da013f80f5a065c78 (patch)
treeee90a74e6e0672ce0886f0b7129212a43534dc6c /pom.xml
parent3d7f3e5b19f9495464c3d69a0963423d49469637 (diff)
SDC distribution failed bug fix
Change-Id: I8bb334992bf6e18080af3bc852dafb6dc69d53ea 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>