diff options
author | Dan Timoney <dtimoney@att.com> | 2017-11-20 14:37:54 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-11-20 14:43:16 -0500 |
commit | 69a33e4eb13847193240cd6644342e6090a32953 (patch) | |
tree | 28c5f16795e4cc66ea0f8e638bc0aece07900d0d /pom.xml | |
parent | 8c27aef43ec71c6abf4112d58919433d35825b6f (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>
Diffstat (limited to 'pom.xml')
-rwxr-xr-x | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |