diff options
author | Ben-kimon, Hofit (hb272c) <hb272c@att.com> | 2018-09-16 17:38:29 +0300 |
---|---|---|
committer | Ben-kimon, Hofit (hb272c) <hb272c@att.com> | 2018-09-16 17:40:25 +0300 |
commit | 77108dc421d73732c264a5485fc9a0188d472e67 (patch) | |
tree | ab9d96ca913738f0a4bc0b9fb970485ff57134dc /pom.xml | |
parent | a2705637c17beb663c47f82b03279e479ed2f8ca (diff) |
use new jtosca after fix
Change-Id: I1bf2156ed02d5464c8147d01bf8f1963045c6121
Issue-ID: SDC-1764
Signed-off-by: Ben-kimon, Hofit (hb272c) <hb272c@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.2-SNAPSHOT</version> + <version>1.4.3-SNAPSHOT</version> <packaging>jar</packaging> <properties> @@ -118,7 +118,7 @@ <dependency> <groupId>org.onap.sdc.jtosca</groupId> <artifactId>jtosca</artifactId> - <version>1.4.2-SNAPSHOT</version> + <version>1.4.3-SNAPSHOT</version> </dependency> |