summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2017-11-20 14:37:54 -0500
committerDan Timoney <dtimoney@att.com>2017-11-20 14:43:16 -0500
commit69a33e4eb13847193240cd6644342e6090a32953 (patch)
tree28c5f16795e4cc66ea0f8e638bc0aece07900d0d
parent8c27aef43ec71c6abf4112d58919433d35825b6f (diff)
Fix feature version
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>
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c96fbbf3..271a62ec 100755
--- 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>
diff --git a/version.properties b/version.properties
index a2e060f0..bf303c1b 100644
--- a/version.properties
+++ b/version.properties
@@ -6,7 +6,7 @@
release_name=0
sprint_number=2
-`1ature_revision=1
+feature_revision=0
base_version=${release_name}.${sprint_number}.${feature_revision}