SDC distribution failed bug fix 86/75186/1 1.4.9
authorTal Gitelman <tal.gitelman@att.com>
Wed, 2 Jan 2019 14:09:29 +0000 (16:09 +0200)
committerTal Gitelman <tal.gitelman@att.com>
Wed, 2 Jan 2019 14:10:28 +0000 (16:10 +0200)
Change-Id: Iad1b115314a689196aef695be01c78785e462842
Issue-ID: SDC-1955
Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
pom.xml
src/main/resources/config/jtosca-validation-issue-configuration.yaml
version.properties

diff --git a/pom.xml b/pom.xml
index 65afd76..341d126 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.8-SNAPSHOT</version>
+       <version>1.4.9-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <properties>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.4.8</version>
+                       <version>1.4.9</version>
                </dependency>
 
 
index 3f62953..5cb8705 100644 (file)
@@ -47,6 +47,10 @@ validationIssues:
     JE010:
         - issueType: WARNING
           sinceCsarConformanceLevel: 3.0
+    #NodeTypeNotFound
+    JE11:
+        - issueType: CRITICAL
+        sinceCsarConformanceLevel: 3.0
     #InvalidTypeError
     JE136:
         - issueType: CRITICAL
@@ -54,4 +58,4 @@ validationIssues:
     #Exception from SnakeYAML
     JE198:
         - issueType: CRITICAL
-          sinceCsarConformanceLevel: 3.0
\ No newline at end of file
+          sinceCsarConformanceLevel: 3.0
index 7a72c98..61bae76 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=8
+patch=9
 
 base_version=${major}.${minor}.${patch}