aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam <mkr1481@gmail.com>2019-05-15 10:20:12 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2019-05-15 10:20:12 +0530
commitc41b26e3bb31738332ca9335ba029aac97ef4557 (patch)
tree124fa99a02a3c3c1c28e0c2702ebcfd4abeee894
parent3ec4fe1a420c0bc440e433194c6c7e45e494787b (diff)
Upgrade grpc to sync with oclip3.0.0dublin
Issue-ID: CLI-129 Change-Id: I5ba8108ce80c3e9b8fa20cc86d4eaabceb44fdf1 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r--grpc/grpc-client/pom.xml2
-rw-r--r--grpc/grpc-server/pom.xml2
-rw-r--r--grpc/grpc-stub/pom.xml2
-rw-r--r--grpc/pom.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml
index a8763857..813e8e72 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>1.0.3</version>
+ <version>3.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 9e8ada50..be038ad5 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>1.0.3</version>
+ <version>3.0.0</version>
</parent>
<artifactId>oclip-grpc-server</artifactId>
<name>oclip/grpc/server</name>
diff --git a/grpc/grpc-stub/pom.xml b/grpc/grpc-stub/pom.xml
index 1fecb3aa..0b8007d8 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>1.0.3</version>
+ <version>3.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 ef517487..1023e629 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -20,7 +20,7 @@
<artifactId>cli</artifactId>
<version>3.0.0</version>
</parent>
- <version>1.0.3</version>
+ <version>3.0.0</version>
<artifactId>oclip-grpc</artifactId>
<packaging>pom</packaging>
<name>oclip/grpc</name>