Fix feature version 29/24529/2
authorDan Timoney <dtimoney@att.com>
Mon, 20 Nov 2017 19:37:54 +0000 (14:37 -0500)
committerDan Timoney <dtimoney@att.com>
Mon, 20 Nov 2017 19:43:16 +0000 (14:43 -0500)
Fix typo in feature_revision - name was wrong
and value should have been reset to 0

Change-Id: I8f604192dd79d128a437aaa29592299dd7cb139a
Issue-ID: CIMAN-120
Signed-off-by: Dan Timoney <dtimoney@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index c96fbbf..271a62e 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <packaging>pom</packaging>
     <groupId>org.onap.ccsdk.parent</groupId>
     <artifactId>odlparent-carbon-sr1</artifactId>
-    <version>0.2.1-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
 
 
 
index a2e060f..bf303c1 100644 (file)
@@ -6,7 +6,7 @@
 
 release_name=0
 sprint_number=2
-`1ature_revision=1
+feature_revision=0
 
 base_version=${release_name}.${sprint_number}.${feature_revision}