From: Michael Lando Date: Wed, 24 Oct 2018 21:25:15 +0000 (+0300) Subject: fix use of a snap shot X-Git-Tag: 1.4.6^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=66d1cb1f7d6bc97c15871f3d0ddbff202c354dfc;p=sdc%2Fsdc-tosca.git fix use of a snap shot update pom to use jtosca release version instead of snap shot. Change-Id: I85feb00fbe2ce4e843f61ca4742bba2c6f8adb39 Issue-ID: SDC-1865 Signed-off-by: Michael Lando --- diff --git a/README.md b/README.md index 8a6a074..240daf0 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ to use add the folowing depandency to your POM file: org.onap.sdc.sdc-tosca sdc-tosca - 1.4.1 + 1.4.6 ``` @@ -113,3 +113,8 @@ to use add the folowing depandency to your POM file: ### Features: 1. **getPropertyLeafValueByPropertyNamePathAndNodeTemplatePath API** The new Tosca Parser API resolves property value by path in the model (including nested nodes with # delimiter) and property name. It resolves value of the property if it is defined as get input. + +## 1.4.6 + +### Bug fix: +1. **remove use of a snapshot dependency** update jtosca dependency version from snapshot to release.