From 7c12f005199e3cd30348d8a4ebef76515b2b96b8 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Tue, 27 Mar 2018 07:33:50 -0700 Subject: Version bump version-check plugin Change-Id: I7924aedfc62c66fe8373dcefbfc2e404e50f1531 Issue-ID: INT-454 Signed-off-by: Gary Wu --- version-manifest/pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 20a7210fb..27a8d03d8 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -4,11 +4,11 @@ org.onap.oparent oparent - 0.1.1 + 1.1.0 org.onap.integration version-manifest - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT maven-plugin ONAP Version Manifest and Maven Plugin https://www.onap.org diff --git a/version.properties b/version.properties index 49e2720ae..17a717c1c 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=0 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg