From: Dan Timoney Date: Mon, 20 Nov 2017 19:37:54 +0000 (-0500) Subject: Fix feature version X-Git-Tag: v1.0.1~20 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F29%2F24529%2F2;p=ccsdk%2Fparent.git 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 --- diff --git a/pom.xml b/pom.xml index c96fbbf3..271a62ec 100755 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ pom org.onap.ccsdk.parent odlparent-carbon-sr1 - 0.2.1-SNAPSHOT + 0.2.0-SNAPSHOT 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}