summaryrefslogtreecommitdiffstats
path: root/grpc
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-09-06 04:58:01 +0000
committerGerrit Code Review <gerrit@onap.org>2018-09-06 04:58:01 +0000
commit1b2aa2158a435734e742abc8eee5e89874c46220 (patch)
tree68018b0e10f104477175513c665e316375b5015c /grpc
parent1bb3a184f1bbaaf468100f0873222150ac512133 (diff)
parentb1fa69f83a75f1372bac906a9e4c3a53bf092f56 (diff)
Merge changes I87f707bb,Iaa845926
* changes: OCLIP: Bump version for release VTP: Add grpc server and cli scripts
Diffstat (limited to 'grpc')
-rw-r--r--grpc/grpc-server/pom.xml2
-rw-r--r--grpc/pom.xml3
2 files changed, 2 insertions, 3 deletions
diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml
index 412c5c90..21856479 100644
--- a/grpc/grpc-server/pom.xml
+++ b/grpc/grpc-server/pom.xml
@@ -32,7 +32,7 @@
<dependency>
<groupId>org.onap.cli</groupId>
<artifactId>cli-main</artifactId>
- <version>2.0.2</version>
+ <version>2.0.3</version>
</dependency>
</dependencies>
<build>
diff --git a/grpc/pom.xml b/grpc/pom.xml
index cea7d4b7..7bc3d77d 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -18,8 +18,7 @@
<parent>
<groupId>org.onap.cli</groupId>
<artifactId>cli</artifactId>
- <version>2.0.2</version>
- <relativePath>..</relativePath>
+ <version>2.0.3</version>
</parent>
<version>1.0.0</version>
<artifactId>oclip-grpc</artifactId>