fix null pointer 30/73230/1 1.4.7
authorTufman, Shay <st198j@intl.att.com>
Wed, 21 Nov 2018 08:18:44 +0000 (10:18 +0200)
committerTufman, Shay <st198j@intl.att.com>
Wed, 21 Nov 2018 08:19:37 +0000 (10:19 +0200)
Change-Id: Ie6e822ae0f416f48dc13e505191d23c38579aa55
Issue-ID: SDC-1926
Signed-off-by: Tufman, Shay <st198j@intl.att.com>
README.md
pom.xml
version.properties

index f8cf985..9935a4e 100644 (file)
--- 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 (file)
--- 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.6-SNAPSHOT</version>
+       <version>1.4.7-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <properties>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.4.5</version>
+                       <version>1.4.7</version>
                </dependency>
 
 
index ed1cd82..442dce4 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=6
+patch=7
 
 base_version=${major}.${minor}.${patch}