aboutsummaryrefslogtreecommitdiffstats
path: root/grpc
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2020-03-02 18:06:59 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2020-03-02 18:07:51 +0530
commite2ea65fd8951954a9f0c57063a12f4cd33ce2612 (patch)
tree2366f6f701659741484c6f2155576d50aa77ccc5 /grpc
parent27344e8d4ad8cfffaa216048b31292d86ce68785 (diff)
Verion 5.0.0
Issue-ID: CLI-249 Change-Id: I783edd05ad4360638b10ac7dc1eebc738d1ebe80 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'grpc')
-rw-r--r--grpc/grpc-client/pom.xml2
-rw-r--r--grpc/grpc-server/pom.xml4
-rw-r--r--grpc/grpc-stub/pom.xml2
-rw-r--r--grpc/pom.xml4
4 files changed, 6 insertions, 6 deletions
diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml
index 077c1078..db80360c 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.0-SNAPSHOT</version>
+ <version>5.0.0</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 cf442b18..3466bd0a 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.0-SNAPSHOT</version>
+ <version>5.0.0</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.0-SNAPSHOT</version>
+ <version>5.0.0</version>
</dependency>
</dependencies>
<build>
diff --git a/grpc/grpc-stub/pom.xml b/grpc/grpc-stub/pom.xml
index 01c4f4b2..3c24adab 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.0-SNAPSHOT</version>
+ <version>5.0.0</version>
</parent>
<artifactId>oclip-grpc-stub</artifactId>
<name>oclip/grpc/stub</name>
diff --git a/grpc/pom.xml b/grpc/pom.xml
index 132447dc..2f1f1c71 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.0-SNAPSHOT</version>
+ <version>5.0.0</version>
</parent>
- <version>5.0.0-SNAPSHOT</version>
+ <version>5.0.0</version>
<artifactId>oclip-grpc</artifactId>
<packaging>pom</packaging>
<name>oclip/grpc</name>