diff options
author | Ethan Lynn <ethanlynnl@vmware.com> | 2017-10-12 11:02:58 +0800 |
---|---|---|
committer | Ethan Lynn <ethanlynnl@vmware.com> | 2017-10-12 11:03:41 +0800 |
commit | 985fca36a2c0b87849b9668c6f1229200309d8a5 (patch) | |
tree | c1bc8d7e4c1457204140b6d8c09bc9877f92f473 | |
parent | 3406b48e1526dd7723f534d8d36ad183b01cbd06 (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.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 | ||||
-rw-r--r-- | vio/version.properties | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -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} |