diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2021-01-15 06:46:22 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2021-01-15 06:46:22 +0000 |
commit | 5cb97d74c472b4435c26b0f43a540bfee4e92f44 (patch) | |
tree | d1d38169252ede4ca6a15696fb901989228195b0 /grpc | |
parent | 6c2f544c9e270f59c69077f8d94a499bfeed1b32 (diff) |
Release cli6.0.1
Diffstat (limited to 'grpc')
-rw-r--r-- | grpc/grpc-client/pom.xml | 2 | ||||
-rw-r--r-- | grpc/grpc-server/pom.xml | 4 | ||||
-rw-r--r-- | grpc/grpc-stub/pom.xml | 2 | ||||
-rw-r--r-- | grpc/pom.xml | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml index c30a880c..287bbff1 100644 --- a/grpc/grpc-client/pom.xml +++ b/grpc/grpc-client/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>oclip-grpc</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </parent> <artifactId>oclip-grpc-client</artifactId> <name>oclip/grpc/client</name> diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml index 6c8bdb25..56b7645f 100644 --- a/grpc/grpc-server/pom.xml +++ b/grpc/grpc-server/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>oclip-grpc</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </parent> <artifactId>oclip-grpc-server</artifactId> <name>oclip/grpc/server</name> @@ -42,7 +42,7 @@ <dependency> <groupId>org.onap.cli</groupId> <artifactId>cli-main</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </dependency> </dependencies> <build> diff --git a/grpc/grpc-stub/pom.xml b/grpc/grpc-stub/pom.xml index 78e825fe..3e2405c0 100644 --- a/grpc/grpc-stub/pom.xml +++ b/grpc/grpc-stub/pom.xml @@ -18,7 +18,7 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>oclip-grpc</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </parent> <artifactId>oclip-grpc-stub</artifactId> <name>oclip/grpc/stub</name> diff --git a/grpc/pom.xml b/grpc/pom.xml index 7262f082..7eeb095a 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -18,9 +18,9 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> </parent> - <version>6.0.1-SNAPSHOT</version> + <version>6.0.1</version> <artifactId>oclip-grpc</artifactId> <packaging>pom</packaging> <name>oclip/grpc</name> |