Use 0.1.1 oparent for staging 59/18259/1
authorEthan Lynn <ethanlynnl@vmware.com>
Wed, 11 Oct 2017 10:33:11 +0000 (18:33 +0800)
committerEthan Lynn <ethanlynnl@vmware.com>
Wed, 11 Oct 2017 10:36:58 +0000 (18:36 +0800)
Change oparent version to 0.1.1

Change-Id: I33166e6cea98e3a1c8b8ee52ef9718665539177d
issue-id: MULTICLOUD-112
Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index c88ba53..6a95533 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -18,7 +18,7 @@
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent</artifactId>
-        <version>1.0.0-SNAPSHOT</version>
+        <version>0.1.1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.multicloud.framework</groupId>
index 639c1f7..0b19cfa 100644 (file)
@@ -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}