yaml indentation fixed 23/75623/1 1.4.11
authorTal Gitelman <tal.gitelman@att.com>
Thu, 10 Jan 2019 14:35:18 +0000 (16:35 +0200)
committerTal Gitelman <tal.gitelman@att.com>
Thu, 10 Jan 2019 14:35:18 +0000 (16:35 +0200)
Change-Id: I9cd83d40053a4bd0d6cfc1c6a8a5c029b33f8b52
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 be8d978..981ae9b 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.5.0-SNAPSHOT</version>
+       <version>1.4.11-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <properties>
index 5cb8705..df890fb 100644 (file)
@@ -50,7 +50,7 @@ validationIssues:
     #NodeTypeNotFound
     JE11:
         - issueType: CRITICAL
-        sinceCsarConformanceLevel: 3.0
+          sinceCsarConformanceLevel: 3.0
     #InvalidTypeError
     JE136:
         - issueType: CRITICAL
index 011dc3c..a3c3ff7 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=5
-patch=0
+minor=4
+patch=11
 
 base_version=${major}.${minor}.${patch}