Version bump version-check plugin 23/39123/1
authorGary Wu <gary.i.wu@huawei.com>
Tue, 27 Mar 2018 14:33:50 +0000 (07:33 -0700)
committerGary Wu <gary.i.wu@huawei.com>
Tue, 27 Mar 2018 14:33:50 +0000 (07:33 -0700)
Change-Id: I7924aedfc62c66fe8373dcefbfc2e404e50f1531
Issue-ID: INT-454
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
version-manifest/pom.xml
version.properties

index 20a7210..27a8d03 100644 (file)
@@ -4,11 +4,11 @@
   <parent>
     <groupId>org.onap.oparent</groupId>
     <artifactId>oparent</artifactId>
-    <version>0.1.1</version>
+    <version>1.1.0</version>
   </parent>
   <groupId>org.onap.integration</groupId>
   <artifactId>version-manifest</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
   <name>ONAP Version Manifest and Maven Plugin</name>
   <url>https://www.onap.org</url>
index 49e2720..17a717c 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=0
-patch_version=0
+patch_version=1
 
 base_version=${major_version}.${minor_version}.${patch_version}