VTP: grpc client impl
[cli.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index de6aa55..203594a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
 
     <groupId>org.onap.cli</groupId>
     <artifactId>cli</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.2</version>
 
     <packaging>pom</packaging>
     <name>cli</name>
@@ -33,7 +33,7 @@
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <package.name>cli</package.name>
-        <maven.build.timestamp.format>yyyy-MM-dd HH:mm z</maven.build.timestamp.format>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
     </properties>
 
   <modules>
@@ -43,6 +43,8 @@
         <module>main</module>
         <module>deployment</module>
         <module>validate</module>
+
+        <module>grpc</module>
   </modules>
 
     <distributionManagement>