diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-11-23 06:46:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-23 06:46:39 +0000 |
commit | 2a9c1e284de421fe01f467439689d36a7b062397 (patch) | |
tree | ae130ddd8f65197d9daad30c56da4ef46d985c04 /framework | |
parent | c38dd39eeaf64deefec8f41b7ed5bfd2c60f34ef (diff) | |
parent | e11190d055edb89a95b34d5a4355a899307ae3c9 (diff) |
Merge "Casablanca final release changes"2.0.5
Diffstat (limited to 'framework')
-rw-r--r-- | framework/pom.xml | 2 | ||||
-rw-r--r-- | framework/src/main/resources/open-cli.properties | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/framework/pom.xml b/framework/pom.xml index b5c8e565..9346990b 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>2.0.4</version> + <version>2.0.5</version> </parent> <artifactId>cli-framework</artifactId> diff --git a/framework/src/main/resources/open-cli.properties b/framework/src/main/resources/open-cli.properties index d04af75d..012c449a 100644 --- a/framework/src/main/resources/open-cli.properties +++ b/framework/src/main/resources/open-cli.properties @@ -13,7 +13,7 @@ # limitations under the License. cli.product_name=open-cli -cli.version=2.0.2 +cli.version=2.0.5 cli.discover_always=false #schema validation |