diff options
author | yangyan <yangyanyj@chinamobile.com> | 2020-03-04 15:25:23 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2020-03-04 15:26:00 +0800 |
commit | 64036009d28828c574928bb9cb724552a9696c61 (patch) | |
tree | d42e8cc1e4f7396ee03fde4b369ab07333b19dd9 /zte/sfc-driver | |
parent | 9105c93bd425524b14c2d22613e740244515ba86 (diff) |
Update sfc release version to 1.3.1
Change-Id: I18501374cd5e3461f086a60dd27d31cdbee96023
Issue-ID: VFC-1626
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
Diffstat (limited to 'zte/sfc-driver')
-rw-r--r-- | zte/sfc-driver/plugin-standalone/pom.xml | 4 | ||||
-rwxr-xr-x | zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh | 2 | ||||
-rw-r--r-- | zte/sfc-driver/pom.xml | 2 | ||||
-rw-r--r-- | zte/sfc-driver/sfc-driver/pom.xml | 4 |
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 b87bb53..9fb6ab1 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.3.0-SNAPSHOT</version> + <version>1.3.1-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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <dependencies> <dependency> diff --git a/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh b/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh index 6c374b0..e5315d7 100755 --- a/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh +++ b/zte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh @@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR} BUILD_ARGS="--no-cache" ORG="onap" -VERSION="1.3.0" +VERSION="1.3.1" PROJECT="vfc" IMAGE="ztesdncdriver" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/zte/sfc-driver/pom.xml b/zte/sfc-driver/pom.xml index 3287e2c..099c7e4 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.3.0-SNAPSHOT</version> + <version>1.3.1-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 dbf1e74..b0b4395 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.3.0-SNAPSHOT</version> + <version>1.3.1-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.3.0-SNAPSHOT</version> + <version>1.3.1-SNAPSHOT</version> <properties> <dropwizard.version>1.3.9</dropwizard.version> <jetty.version>9.4.18.v20190429</jetty.version> |