SDC distribution failed bug fix-cherry Casablanca 68/75468/1 1.4.61
authorTal Gitelman <tal.gitelman@att.com>
Tue, 8 Jan 2019 15:15:48 +0000 (17:15 +0200)
committerTal Gitelman <tal.gitelman@att.com>
Tue, 8 Jan 2019 15:17:44 +0000 (17:17 +0200)
Change-Id: I186de5f4c15541d8ca9c5e87b23dbc0309cc3423
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 09866b1..2aadc99 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.61-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <properties>
                <dependency>
                        <groupId>org.onap.sdc.jtosca</groupId>
                        <artifactId>jtosca</artifactId>
-                       <version>1.4.5</version>
+                       <version>1.4.51</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 ed1cd82..62a4812 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=6
+patch=61
 
 base_version=${major}.${minor}.${patch}