aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-10-15 08:08:27 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-10-15 08:08:27 +0530
commitb84935ab672acadadbc92e52969bb99ab62dffda (patch)
treeecc80919123218c5ec6eb355182ad1d35b17c129
parent00aac6326d6cf2b971faeb3fcf1b4b78229fa498 (diff)
Increment version1.0.1
Issue-ID: CLI-122 Change-Id: I52879b838477193d28f4b2a851163d903d9efc18 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
-rw-r--r--grpc/grpc-client/pom.xml4
-rw-r--r--grpc/grpc-server/pom.xml4
-rw-r--r--grpc/grpc-stub/pom.xml2
-rw-r--r--grpc/pom.xml2
4 files changed, 6 insertions, 6 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>
diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml
index 277509bf..67dd1f85 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.0</version>
+ <version>1.0.1</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.0</version>
+ <version>1.0.1</version>
</dependency>
<dependency>
<groupId>org.onap.cli</groupId>
diff --git a/grpc/grpc-stub/pom.xml b/grpc/grpc-stub/pom.xml
index 9e13c8ec..2c781046 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.0</version>
+ <version>1.0.1</version>
</parent>
<artifactId>oclip-grpc-stub</artifactId>
<name>oclip/grpc/stub</name>
diff --git a/grpc/pom.xml b/grpc/pom.xml
index f3a85d5b..640586cc 100644
--- a/grpc/pom.xml
+++ b/grpc/pom.xml
@@ -20,7 +20,7 @@
<artifactId>cli</artifactId>
<version>2.0.4</version>
</parent>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<artifactId>oclip-grpc</artifactId>
<packaging>pom</packaging>
<name>oclip/grpc</name>