diff options
author | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-11-27 08:37:49 +0530 |
---|---|---|
committer | Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com> | 2018-11-27 08:37:49 +0530 |
commit | c176ea032388f35e310d0d1f084db81be9c2901d (patch) | |
tree | ea7c38e475f88b5716532813e0b79eb82cf91cf7 /grpc | |
parent | 2a9c1e284de421fe01f467439689d36a7b062397 (diff) |
Increase the grpc version
Issue-ID: CLI-122
Change-Id: Ifdb6c22ff4ab7cd7868435e59503e8bbc07cac4a
Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
Diffstat (limited to 'grpc')
-rw-r--r-- | grpc/grpc-client/pom.xml | 4 | ||||
-rw-r--r-- | grpc/grpc-server/pom.xml | 4 | ||||
-rw-r--r-- | grpc/grpc-stub/pom.xml | 2 | ||||
-rw-r--r-- | grpc/pom.xml | 2 |
4 files changed, 6 insertions, 6 deletions
diff --git a/grpc/grpc-client/pom.xml b/grpc/grpc-client/pom.xml index b8ed81b9..37c02761 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.1</version> + <version>1.0.2</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.1</version> + <version>${project.version}</version> </dependency> </dependencies> <build> diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml index 085dbb66..a91cb884 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.1</version> + <version>1.0.2</version> </parent> <artifactId>oclip-grpc-server</artifactId> <name>oclip/grpc/server</name> @@ -27,7 +27,7 @@ <dependency> <groupId>org.onap.cli</groupId> <artifactId>oclip-grpc-stub</artifactId> - <version>1.0.1</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.onap.cli</groupId> diff --git a/grpc/grpc-stub/pom.xml b/grpc/grpc-stub/pom.xml index 2c781046..00e34391 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.1</version> + <version>1.0.2</version> </parent> <artifactId>oclip-grpc-stub</artifactId> <name>oclip/grpc/stub</name> diff --git a/grpc/pom.xml b/grpc/pom.xml index d3503584..32104a63 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.1</version> + <version>1.0.2</version> <artifactId>oclip-grpc</artifactId> <packaging>pom</packaging> <name>oclip/grpc</name> |