From e502e8a5b21819ddaceb7c7d3ab387467231cc3c Mon Sep 17 00:00:00 2001 From: Tal Gitelman Date: Wed, 2 Jan 2019 16:09:29 +0200 Subject: SDC distribution failed bug fix Change-Id: Iad1b115314a689196aef695be01c78785e462842 Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman --- pom.xml | 4 ++-- .../resources/config/jtosca-validation-issue-configuration.yaml | 6 +++++- version.properties | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 65afd76..341d126 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.8-SNAPSHOT + 1.4.9-SNAPSHOT jar @@ -118,7 +118,7 @@ org.onap.sdc.jtosca jtosca - 1.4.8 + 1.4.9 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 @@ 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 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} -- cgit 1.2.3-korg