From 1d55cb187443fedb1004fc25b8ff7e956152adf6 Mon Sep 17 00:00:00 2001 From: yangyan Date: Thu, 24 Jan 2019 17:38:33 +0800 Subject: update vfc version to 1.3.0 Change-Id: I601455c4344fd8f5c31085bc1a452bd285d29256 Signed-off-by: yangyan Issue-ID: VFC-1252 --- zte/sfc-driver/plugin-standalone/pom.xml | 4 ++-- zte/sfc-driver/pom.xml | 2 +- zte/sfc-driver/sfc-driver/pom.xml | 4 ++-- zte/sfc-driver/version.properties | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'zte/sfc-driver') 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 @@ org.onap.vfc.nfvo.driver.sfc sfc-driver-parent - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver-standalone vfc-nfvo-driver-sfc-zte-sfc-driver vfc/nfvo/driver/sfc/zte/sfc-driver/plugin-standalone pom - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT 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 @@ 4.0.0 org.onap.vfc.nfvo.driver.sfc sfc-driver-parent - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT vfc-nfvo-driver-sfc pom 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 @@ org.onap.vfc.nfvo.driver.sfc sfc-driver-parent - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT 4.0.0 org.onap.vfc.nfvo.driver.sfc.zte.sfc-driver sfc-driver vfc/nfvo/driver/sfc/zte/sfc-driver/sfc-driver jar - 1.2.0-SNAPSHOT + 1.3.0-SNAPSHOT 0.8.0 9.2.9.v20150224 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} -- cgit 1.2.3-korg