aboutsummaryrefslogtreecommitdiffstats
path: root/grpc/grpc-server
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2021-01-13 13:40:08 +0100
committerZebek Bogumil <bogumil.zebek@nokia.com>2021-01-13 13:40:08 +0100
commit6c2f544c9e270f59c69077f8d94a499bfeed1b32 (patch)
treedc090ce6fa8fef505d306ce05f2a101702e407d2 /grpc/grpc-server
parent81a0c6fd575fcb32be259383766ab53ce947d702 (diff)
Set new version
- No Metadata in OnapCommand Info section - Optional parameters with default values are lost after overriding selected parameter Issue-ID: CLI-349 CLI-348 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com> Change-Id: I5c1707df114af7eb924e4aac7e7f7981c8b68247
Diffstat (limited to 'grpc/grpc-server')
-rw-r--r--grpc/grpc-server/pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/grpc/grpc-server/pom.xml b/grpc/grpc-server/pom.xml
index f0bad23a..6c8bdb25 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>6.0.0-SNAPSHOT</version>
+ <version>6.0.1-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>6.0.0-SNAPSHOT</version>
+ <version>6.0.1-SNAPSHOT</version>
</dependency>
</dependencies>
<build>
@@ -88,4 +88,4 @@
</plugin>
</plugins>
</build>
-</project> \ No newline at end of file
+</project>