diff options
author | 2021-01-15 06:46:22 +0000 | |
---|---|---|
committer | 2021-01-15 06:46:22 +0000 | |
commit | 5cb97d74c472b4435c26b0f43a540bfee4e92f44 (patch) | |
tree | d1d38169252ede4ca6a15696fb901989228195b0 /framework/pom.xml | |
parent | 6c2f544c9e270f59c69077f8d94a499bfeed1b32 (diff) |
Release cli6.0.1
Diffstat (limited to 'framework/pom.xml')
-rw-r--r-- | framework/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/pom.xml b/framework/pom.xml index 024d1a64..2f0740d2 100644 --- a/framework/pom.xml +++ b/framework/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </parent> <artifactId>cli-framework</artifactId> @@ -46,7 +46,7 @@ <dependency> <groupId>org.onap.cli</groupId> <artifactId>oclip-grpc-client</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </dependency> <dependency> <groupId>com.esotericsoftware.yamlbeans</groupId> |