SDC distribution failed bug fix

Change-Id: Iad1b115314a689196aef695be01c78785e462842
Issue-ID: SDC-1955
Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
diff --git a/pom.xml b/pom.xml
index 65afd76..341d126 100644
--- 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>
@@ -118,7 +118,7 @@
 		<dependency>
 			<groupId>org.onap.sdc.jtosca</groupId>
 			<artifactId>jtosca</artifactId>
-			<version>1.4.8</version>
+			<version>1.4.9</version>
 		</dependency>
 
 
diff --git a/src/main/resources/config/jtosca-validation-issue-configuration.yaml b/src/main/resources/config/jtosca-validation-issue-configuration.yaml
index 3f62953..5cb8705 100644
--- a/src/main/resources/config/jtosca-validation-issue-configuration.yaml
+++ b/src/main/resources/config/jtosca-validation-issue-configuration.yaml
@@ -47,6 +47,10 @@
     JE010:
         - issueType: WARNING
           sinceCsarConformanceLevel: 3.0
+    #NodeTypeNotFound
+    JE11:
+        - issueType: CRITICAL
+        sinceCsarConformanceLevel: 3.0
     #InvalidTypeError
     JE136:
         - issueType: CRITICAL
@@ -54,4 +58,4 @@
     #Exception from SnakeYAML
     JE198:
         - issueType: CRITICAL
-          sinceCsarConformanceLevel: 3.0
\ No newline at end of file
+          sinceCsarConformanceLevel: 3.0
diff --git a/version.properties b/version.properties
index 7a72c98..61bae76 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=8
+patch=9
 
 base_version=${major}.${minor}.${patch}