aboutsummaryrefslogtreecommitdiffstats
path: root/grpc/grpc-server/pom.xml
diff options
context:
space:
mode:
authorjitendra007 <jitendra.sharma1@huawei.com>2020-09-29 20:40:28 +0530
committerjitendra007 <jitendra.sharma1@huawei.com>2020-09-29 20:40:28 +0530
commitd3d440a28368cf559342758229d0db970e83ff37 (patch)
tree13048332b1c23ac5966803f664caea6b70fca338 /grpc/grpc-server/pom.xml
parent8552cb173d665d59baece19cb8123b95acf88200 (diff)
Set version to 6.0.0
Issue-ID: CLI-320 Signed-off-by: jitendra007 <jitendra.sharma1@huawei.com> Change-Id: If32535e06ba00877752c4378550478d160bcb9b7
Diffstat (limited to 'grpc/grpc-server/pom.xml')
-rw-r--r--grpc/grpc-server/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml
index 07b4f444..f0bad23a 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>5.0.3-SNAPSHOT</version>
+ <version>6.0.0-SNAPSHOT</version>
</parent>
<artifactId>oclip-grpc-server</artifactId>
<name>oclip/grpc/server</name>
@@ -42,7 +42,7 @@
<dependency>
<groupId>org.onap.cli</groupId>
<artifactId>cli-main</artifactId>
- <version>5.0.3-SNAPSHOT</version>
+ <version>6.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<build>