aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/pom.xml2
-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
5 files changed, 5 insertions, 5 deletions
diff --git a/framework/pom.xml b/framework/pom.xml
index 72b2a008..88b727b4 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -34,7 +34,7 @@
<dependency>
<groupId>org.onap.cli</groupId>
<artifactId>oclip-grpc-client</artifactId>
- <version>1.0.2</version>
+ <version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml
index 15e4f5b0..a8763857 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.2</version>
+ <version>1.0.3</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 a91cb884..db164ba7 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.2</version>
+ <version>1.0.3</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 00e34391..1fecb3aa 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.2</version>
+ <version>1.0.3</version>
</parent>
<artifactId>oclip-grpc-stub</artifactId>
<name>oclip/grpc/stub</name>
diff --git a/grpc/pom.xml b/grpc/pom.xml
index 32104a63..8bdbcc16 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -20,7 +20,7 @@
<artifactId>cli</artifactId>
<version>2.0.5</version>
</parent>
- <version>1.0.2</version>
+ <version>1.0.3</version>
<artifactId>oclip-grpc</artifactId>
<packaging>pom</packaging>
<name>oclip/grpc</name>