aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTal Gitelman <tal.gitelman@att.com>2019-01-08 17:15:48 +0200
committerTal Gitelman <tal.gitelman@att.com>2019-01-08 17:17:44 +0200
commit978b42f49b612c435edb5e5c027c9ee0545f617c (patch)
treefa3bd451643165727634040cfceb9d556365373b
parent66d1cb1f7d6bc97c15871f3d0ddbff202c354dfc (diff)
SDC distribution failed bug fix-cherry Casablanca1.4.61
Change-Id: I186de5f4c15541d8ca9c5e87b23dbc0309cc3423 Issue-ID: SDC-1955 Signed-off-by: Tal Gitelman <tal.gitelman@att.com>
-rw-r--r--pom.xml4
-rw-r--r--src/main/resources/config/jtosca-validation-issue-configuration.yaml6
-rw-r--r--version.properties2
3 files changed, 8 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 09866b1..2aadc99 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.6-SNAPSHOT</version>
+ <version>1.4.61-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
@@ -118,7 +118,7 @@
<dependency>
<groupId>org.onap.sdc.jtosca</groupId>
<artifactId>jtosca</artifactId>
- <version>1.4.5</version>
+ <version>1.4.51</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 @@ 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 ed1cd82..62a4812 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=4
-patch=6
+patch=61
base_version=${major}.${minor}.${patch}