diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2020-03-10 17:20:12 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2020-03-10 17:20:12 +0000 |
commit | 069772a3e3e5236a746066c1e56af03f4b295688 (patch) | |
tree | bb8b55e32011090f491e78e2f447d87b6b0b29d0 /grpc | |
parent | 0c96183a143a91a09e9d0d9b17d00466a83cb855 (diff) |
Release cli5.0.2
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 461a0402..2e42c1c9 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>5.0.2-SNAPSHOT</version> + <version>5.0.2</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 e63f1bd8..980cfd90 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>5.0.2-SNAPSHOT</version> + <version>5.0.2</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>5.0.2-SNAPSHOT</version> + <version>5.0.2</version> </dependency> </dependencies> <build> diff --git a/grpc/grpc-stub/pom.xml b/grpc/grpc-stub/pom.xml index 11d0b126..6d348899 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>5.0.2-SNAPSHOT</version> + <version>5.0.2</version> </parent> <artifactId>oclip-grpc-stub</artifactId> <name>oclip/grpc/stub</name> diff --git a/grpc/pom.xml b/grpc/pom.xml index 6ad4a47a..6b4f4bcb 100644 --- a/grpc/pom.xml +++ b/grpc/pom.xml @@ -18,9 +18,9 @@ <parent> <groupId>org.onap.cli</groupId> <artifactId>cli</artifactId> - <version>5.0.2-SNAPSHOT</version> + <version>5.0.2</version> </parent> - <version>5.0.2-SNAPSHOT</version> + <version>5.0.2</version> <artifactId>oclip-grpc</artifactId> <packaging>pom</packaging> <name>oclip/grpc</name> |