From: Tufman, Shay Date: Wed, 21 Nov 2018 08:18:44 +0000 (+0200) Subject: fix null pointer X-Git-Tag: 1.4.7^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=55b41e0d7f5220eb80dacc25a495afdfd4a930f1;p=sdc%2Fsdc-tosca.git fix null pointer Change-Id: Ie6e822ae0f416f48dc13e505191d23c38579aa55 Issue-ID: SDC-1926 Signed-off-by: Tufman, Shay --- diff --git a/README.md b/README.md index f8cf985..9935a4e 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,8 @@ to use add the folowing depandency to your POM file: ### Bug fix: 1. **remove use of a snapshot dependency** update jtosca dependency version from snapshot to release. + +## 1.4.7 + +### Bug fix: +1. **validation fix** Null value caused to NullPointerException in validate function in DataEntity \ No newline at end of file diff --git a/pom.xml b/pom.xml index 09866b1..e1f846d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ sdc-tosca sdc-sdc-tosca SDC Tosca Parser JAR file for use by consumers - 1.4.6-SNAPSHOT + 1.4.7-SNAPSHOT jar @@ -118,7 +118,7 @@ org.onap.sdc.jtosca jtosca - 1.4.5 + 1.4.7 diff --git a/version.properties b/version.properties index ed1cd82..442dce4 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major=1 minor=4 -patch=6 +patch=7 base_version=${major}.${minor}.${patch}