Fix version.rb after Catalog alignment 00/100600/2
authorandre.schmid <andre.schmid@est.tech>
Wed, 22 Jan 2020 14:49:32 +0000 (14:49 +0000)
committerandre.schmid <andre.schmid@est.tech>
Wed, 22 Jan 2020 14:51:52 +0000 (14:51 +0000)
Change-Id: Ibd4401a13d39ecbb6e7ba079e7e66d59c70c9e4b
Issue-ID: SDC-2724, SDC-2729
Signed-off-by: Ofir Sonsino <os0695@intl.att.com>
Signed-off-by: andre.schmid <andre.schmid@est.tech>
asdctool/.gitignore
asdctool/pom.xml
asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/version.rb [deleted file]

index 4a95481..dd8342c 100644 (file)
@@ -1,2 +1,3 @@
 /bin/
 /build/
+/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/version.rb
index 8c38825..3b5e5c8 100644 (file)
                 ${project.basedir}\sdc-cassandra-init\chef-repo\cookbooks\cassandra-actions\attributes\version.rb
               </path>
               <lines>
-                <line>normal['version']
-                  ="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"
+                <line>
+                  normal['version']="${parsedVersion.majorVersion}.${parsedVersion.minorVersion}.${parsedVersion.incrementalVersion}"
                 </line>
               </lines>
             </file>
diff --git a/asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/version.rb b/asdctool/sdc-cassandra-init/chef-repo/cookbooks/cassandra-actions/attributes/version.rb
deleted file mode 100644 (file)
index 919b626..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-normal['version']
-                  ="1.6.0"