yaml indentation fixed 24/75624/1 1.4.62
authorTal Gitelman <tal.gitelman@att.com>
Thu, 10 Jan 2019 14:38:56 +0000 (16:38 +0200)
committerTal Gitelman <tal.gitelman@att.com>
Thu, 10 Jan 2019 14:38:56 +0000 (16:38 +0200)
Change-Id: I232d7a25b4bcdd0cfa701a385ad8144fbc65740d
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 2aadc99..852dee4 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.61-SNAPSHOT</version>
+       <version>1.4.62-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 62a4812..371c41b 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=4
-patch=61
+patch=62
 
 base_version=${major}.${minor}.${patch}