summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Lynn <ethanlynnl@vmware.com>2017-10-11 18:33:11 +0800
committerEthan Lynn <ethanlynnl@vmware.com>2017-10-11 18:36:58 +0800
commit3239e70d35b4bcf5ed9f5fe0c34caf4a78063395 (patch)
tree9b5ced949b803ecea6b30e90d52ad42a1606fb54
parentc48a68be3fd654ef5e11bd511de285eef648c562 (diff)
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 <ethanlynnl@vmware.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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 @@
<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>
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}