aboutsummaryrefslogtreecommitdiffstats
path: root/grpc/grpc-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/grpc-client/pom.xml')
-rw-r--r--grpc/grpc-client/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml
index 93d2b361..b8ed81b9 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.0</version>
+ <version>1.0.1</version>
</parent>
<artifactId>oclip-grpc-client</artifactId>
<name>oclip/grpc/client</name>
@@ -27,7 +27,7 @@
<dependency>
<groupId>org.onap.cli</groupId>
<artifactId>oclip-grpc-stub</artifactId>
- <version>1.0.0</version>
+ <version>1.0.1</version>
</dependency>
</dependencies>
<build>