From 3239e70d35b4bcf5ed9f5fe0c34caf4a78063395 Mon Sep 17 00:00:00 2001 From: Ethan Lynn Date: Wed, 11 Oct 2017 18:33:11 +0800 Subject: [PATCH] Use 0.1.1 oparent for staging Change oparent version to 0.1.1 Change-Id: I33166e6cea98e3a1c8b8ee52ef9718665539177d issue-id: MULTICLOUD-112 Signed-off-by: Ethan Lynn --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c88ba53..6a95533 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ org.onap.oparent oparent - 1.0.0-SNAPSHOT + 0.1.1 4.0.0 org.onap.multicloud.framework diff --git a/version.properties b/version.properties index 639c1f7..0b19cfa 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major=1 -minor=1 +minor=0 patch=0 base_version=${major}.${minor}.${patch} -- 2.16.6