summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Lynn <ethanlynnl@vmware.com>2017-10-12 11:02:58 +0800
committerEthan Lynn <ethanlynnl@vmware.com>2017-10-12 11:03:41 +0800
commit985fca36a2c0b87849b9668c6f1229200309d8a5 (patch)
treec1bc8d7e4c1457204140b6d8c09bc9877f92f473
parent3406b48e1526dd7723f534d8d36ad183b01cbd06 (diff)
Use oparent 0.1.1 for staging
Change oparent to 0.1.1 Change-Id: I3fbbdfdae1ff08121ea946c96a243ff24c310b17 issue-id: MULTICLOUD-112 Signed-off-by: Ethan Lynn <ethanlynnl@vmware.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
-rw-r--r--vio/version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index bdbc159..7d75a74 100644
--- 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.openstack.vmware</groupId>
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}
diff --git a/vio/version.properties b/vio/version.properties
index 7f86aa1..5128787 100644
--- a/vio/version.properties
+++ b/vio/version.properties
@@ -3,7 +3,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}