aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-06-07 13:20:42 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-06-07 14:06:02 -0700
commitacd53e636a2b63df313c80023c2b39a42f6a50dc (patch)
treeefb3c01d927ea5d2fdf0b4dedaadfba50d6198eb
parent6bbf313640eba4af0818c8d1b43c00746f86255f (diff)
Bump integration beijing branch to 2.0.1-SNAPSHOT
Change-Id: I7f8294e36c413f712bbc9d002707e1c01e0a381f Issue-ID: INT-506 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r--version-manifest/pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml
index daa957ed9..9b45b5ecf 100644
--- a/version-manifest/pom.xml
+++ b/version-manifest/pom.xml
@@ -8,7 +8,7 @@
</parent>
<groupId>org.onap.integration</groupId>
<artifactId>version-manifest</artifactId>
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.1-SNAPSHOT</version>
<packaging>maven-plugin</packaging>
<name>ONAP Version Manifest and Maven Plugin</name>
<url>https://www.onap.org</url>
diff --git a/version.properties b/version.properties
index af0373d50..ef301a4a0 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=2
minor_version=0
-patch_version=0
+patch_version=1
base_version=${major_version}.${minor_version}.${patch_version}