summaryrefslogtreecommitdiffstats
path: root/zte
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-01-24 17:38:33 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-01-24 17:38:45 +0800
commit1d55cb187443fedb1004fc25b8ff7e956152adf6 (patch)
tree2da27dfbae2cd8b2bc03492989ed0e87664f743b /zte
parent284c5ab4bcc396a1b191e3c02507a1712af163fe (diff)
update vfc version to 1.3.0
Change-Id: I601455c4344fd8f5c31085bc1a452bd285d29256 Signed-off-by: yangyan <yangyanyj@chinamobile.com> Issue-ID: VFC-1252
Diffstat (limited to 'zte')
-rw-r--r--zte/sfc-driver/plugin-standalone/pom.xml4
-rw-r--r--zte/sfc-driver/pom.xml2
-rw-r--r--zte/sfc-driver/sfc-driver/pom.xml4
-rw-r--r--zte/sfc-driver/version.properties2
4 files changed, 6 insertions, 6 deletions
diff --git a/zte/sfc-driver/plugin-standalone/pom.xml b/zte/sfc-driver/plugin-standalone/pom.xml
index 6a6f8e5..eb75ecb 100644
--- a/zte/sfc-driver/plugin-standalone/pom.xml
+++ b/zte/sfc-driver/plugin-standalone/pom.xml
@@ -19,14 +19,14 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
<artifactId>sfc-driver-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone</groupId>
<artifactId>vfc-nfvo-driver-sfc-zte-sfc-driver</artifactId>
<name>vfc/nfvo/driver/sfc/zte/sfc-driver/plugin-standalone</name>
<packaging>pom</packaging>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<dependencies>
<dependency>
diff --git a/zte/sfc-driver/pom.xml b/zte/sfc-driver/pom.xml
index cbdabdc..b2713a2 100644
--- a/zte/sfc-driver/pom.xml
+++ b/zte/sfc-driver/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
<artifactId>sfc-driver-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<name>vfc-nfvo-driver-sfc</name>
<packaging>pom</packaging>
<modules>
diff --git a/zte/sfc-driver/sfc-driver/pom.xml b/zte/sfc-driver/sfc-driver/pom.xml
index 030bbf7..18270e1 100644
--- a/zte/sfc-driver/sfc-driver/pom.xml
+++ b/zte/sfc-driver/sfc-driver/pom.xml
@@ -20,14 +20,14 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
<artifactId>sfc-driver-parent</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver</groupId>
<artifactId>sfc-driver</artifactId>
<name>vfc/nfvo/driver/sfc/zte/sfc-driver/sfc-driver</name>
<packaging>jar</packaging>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.3.0-SNAPSHOT</version>
<properties>
<dropwizard.version>0.8.0</dropwizard.version>
<jetty.version>9.2.9.v20150224</jetty.version>
diff --git a/zte/sfc-driver/version.properties b/zte/sfc-driver/version.properties
index faf06bb..a254b21 100644
--- a/zte/sfc-driver/version.properties
+++ b/zte/sfc-driver/version.properties
@@ -3,7 +3,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=2
+minor=3
patch=0
base_version=${major}.${minor}.${patch}