diff options
Diffstat (limited to 'grpc')
-rw-r--r-- | grpc/grpc-client/pom.xml | 2 | ||||
-rw-r--r-- | grpc/grpc-server/pom.xml | 2 | ||||
-rw-r--r-- | grpc/grpc-stub/pom.xml | 2 | ||||
-rw-r--r-- | grpc/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
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> |