From acd53e636a2b63df313c80023c2b39a42f6a50dc Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Thu, 7 Jun 2018 13:20:42 -0700 Subject: Bump integration beijing branch to 2.0.1-SNAPSHOT Change-Id: I7f8294e36c413f712bbc9d002707e1c01e0a381f Issue-ID: INT-506 Signed-off-by: Gary Wu --- version-manifest/pom.xml | 2 +- version.properties | 2 +- 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 @@ org.onap.integration version-manifest - 2.0.0-SNAPSHOT + 2.0.1-SNAPSHOT maven-plugin ONAP Version Manifest and Maven Plugin https://www.onap.org 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} -- cgit 1.2.3-korg