diff options
author | Victor Gao <victor.gao@huawei.com> | 2018-07-26 11:44:03 +0800 |
---|---|---|
committer | Victor Gao <victor.gao@huawei.com> | 2018-07-26 11:44:03 +0800 |
commit | 87a0df2baf21781de4e33bd37a81fe2ebc70e697 (patch) | |
tree | 9fc396776294218a67705b26e5f3ccaa8bcb57fb | |
parent | 3d515fd94f18f78135066c64eba9ed9946552333 (diff) |
Update Multivimproxy artifact version
Issue-ID: VFC-644
Change-Id: I0209a21637a5c44effc10859a3f08ad8efaebad5
Signed-off-by: Victor Gao <victor.gao@huawei.com>
-rw-r--r-- | deployment/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | service/pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml index e8b0221..0c8e058 100644 --- a/deployment/pom.xml +++ b/deployment/pom.xml @@ -19,10 +19,10 @@ <parent>
<groupId>org.onap.vfc.nfvo.multivimproxy</groupId>
<artifactId>vfc-nfvo-multivimproxy</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<artifactId>vfc-nfvo-multivimproxy-deployment</artifactId>
<name>vfc-nfvo-multivimproxy-deployment</name>
<packaging>pom</packaging>
@@ -19,13 +19,13 @@ <parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
- <version>0.1.1</version>
+ <version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.multivimproxy</groupId>
<artifactId>vfc-nfvo-multivimproxy</artifactId>
<packaging>pom</packaging>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>vfc-nfvo-multivimproxy</name>
<description>vfc nfvo multivimproxy</description>
diff --git a/service/pom.xml b/service/pom.xml index 8a439d1..1bd04a4 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -20,12 +20,12 @@ <parent>
<groupId>org.onap.vfc.nfvo.multivimproxy</groupId>
<artifactId>vfc-nfvo-multivimproxy</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>vfc-nfvo-multivimproxy-service</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<name>vfc-nfvo-multivimproxy-service</name>
<packaging>war</packaging>
<dependencies>
diff --git a/version.properties b/version.properties index 0a53751..453f98d 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=1
patch=0
base_version=${major}.${minor}.${patch}
|