summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2018-08-22 17:27:17 +0800
committeryangyan <yangyanyj@chinamobile.com>2018-08-22 17:27:29 +0800
commit099b6ed47c3409cbdbdcef3dbb377bfac4d17604 (patch)
tree4f45f0854222ff210d943f279b8b2a0c4b5f2b2b
parent5ca5fe649edbf53d508677b60f94203b0b65a37e (diff)
Fix pom dependence error
Issue-ID: VFC-1027 Change-Id: I1df475232d9753a2a778bcd002f1155d383567c2 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--huawei/pom.xml2
-rw-r--r--nokia/pom.xml2
-rw-r--r--nokiav2/pom.xml2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
-rw-r--r--zte/pom.xml2
6 files changed, 6 insertions, 6 deletions
diff --git a/huawei/pom.xml b/huawei/pom.xml
index b6f765ed..275d5cc8 100644
--- a/huawei/pom.xml
+++ b/huawei/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
<artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.huawei</groupId>
diff --git a/nokia/pom.xml b/nokia/pom.xml
index 7fd5cdfa..c3d3dc5f 100644
--- a/nokia/pom.xml
+++ b/nokia/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
<artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokia</groupId>
diff --git a/nokiav2/pom.xml b/nokiav2/pom.xml
index 52a368e7..bf02320f 100644
--- a/nokiav2/pom.xml
+++ b/nokiav2/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
<artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.nokiav2</groupId>
diff --git a/pom.xml b/pom.xml
index f8f19028..b4aa4c70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
<artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-driver-vnfm-svnfm</name>
<description>vfc-nfvo-driver-vnfm-svnfm</description>
diff --git a/version.properties b/version.properties
index d7c69cd5..2cddbb0d 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=2
patch=0
base_version=${major}.${minor}.${patch}
diff --git a/zte/pom.xml b/zte/pom.xml
index 6af4bcca..e1d45b55 100644
--- a/zte/pom.xml
+++ b/zte/pom.xml
@@ -18,7 +18,7 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm</groupId>
<artifactId>vfc-nfvo-driver-vnfm-svnfm</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.2.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.vnfm.svnfm.zte</groupId>