From: shangxdy Date: Wed, 6 Sep 2017 09:48:38 +0000 (+0800) Subject: Update the parser's version after publish 0.5.0 for onap X-Git-Tag: opnfv-5.1.0~19 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F41165%2F1;p=parser.git Update the parser's version after publish 0.5.0 for onap 1. git tag 0.5.0 git push origin 0.5.0 2. set apigateway version empty set toscaparser version empty set heat-translator version empty version management use git tag, note: tag name must be started with digit JIRA: PARSER-147 Change-Id: I71cc9b910bce57eebf4c07976bd24efd441048fa Signed-off-by: shangxdy --- diff --git a/apigateway/setup.cfg b/apigateway/setup.cfg index b76a3df..18de52b 100644 --- a/apigateway/setup.cfg +++ b/apigateway/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = apigateway -version = 0.1 +version = url = https://opnfv.org/parser summary = API Application description-file = README.md diff --git a/setup.cfg b/setup.cfg index a0d8efc..4a19747 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nfv-parser -version = 0.5 +version = url = https://wiki.opnfv.org/display/parser summary = OPNFV Parser Project author = OPNFV diff --git a/tosca2heat/heat-translator/setup.cfg b/tosca2heat/heat-translator/setup.cfg index 4fe4404..863b97d 100644 --- a/tosca2heat/heat-translator/setup.cfg +++ b/tosca2heat/heat-translator/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = heat-translator -version = 0.5 +version = url = https://wiki.opnfv.org/display/parser summary = Tool to translate non-heat templates to Heat Orchestration Template in nfv. description-file = diff --git a/tosca2heat/tosca-parser/setup.cfg b/tosca2heat/tosca-parser/setup.cfg index 6ca5d0e..0d4e163 100644 --- a/tosca2heat/tosca-parser/setup.cfg +++ b/tosca2heat/tosca-parser/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = nfv-toscaparser -version = 0.5 +version = url = https://wiki.opnfv.org/display/parser summary = Parser for nfv tosca and TOSCA Simple Profile in YAML. description-file =