diff options
author | Tal Gitelman <tal.gitelman@att.com> | 2019-01-23 19:11:15 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-01-23 17:12:03 +0000 |
commit | 1896bb2139b18dc1f0656a461580302f6ca15122 (patch) | |
tree | ebb38a495becbe63fe7cd60167d002d2d8fbe7e9 /pom.xml | |
parent | 7131a962289d93e9c5c48f2da013f80f5a065c78 (diff) |
SDC distribution failed bug fix-cherry Casablanca
Change-Id: Ic737cba84ce8bc49285cac4c79f476319896a0ae
Issue-ID: SDC-1955
Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 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.63-SNAPSHOT</version> + <version>1.4.62-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -118,7 +118,7 @@ <dependency> <groupId>org.onap.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> - <version>1.4.52</version> + <version>1.4.51</version> </dependency> |