summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2020-03-04 15:25:23 +0800
committeryangyan <yangyanyj@chinamobile.com>2020-03-04 15:26:00 +0800
commit64036009d28828c574928bb9cb724552a9696c61 (patch)
treed42e8cc1e4f7396ee03fde4b369ab07333b19dd9
parent9105c93bd425524b14c2d22613e740244515ba86 (diff)
Update sfc release version to 1.3.1
Change-Id: I18501374cd5e3461f086a60dd27d31cdbee96023 Issue-ID: VFC-1626 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
-rw-r--r--zte/sfc-driver/plugin-standalone/pom.xml4
-rwxr-xr-xzte/sfc-driver/plugin-standalone/src/main/assembly/docker/build_image.sh2
-rw-r--r--zte/sfc-driver/pom.xml2
-rw-r--r--zte/sfc-driver/sfc-driver/pom.xml4
6 files changed, 8 insertions, 8 deletions
diff --git a/pom.xml b/pom.xml
index 8506533..db41c69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.sfc</groupId>
<artifactId>sfc-driver-root</artifactId>
- <version>1.3.0-SNAPSHOT</version>
+ <version>1.3.1-SNAPSHOT</version>
<name>vfc-nfvo-driver-sfc</name>
<packaging>pom</packaging>
diff --git a/version.properties b/version.properties
index a254b21..fb21064 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=3
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}
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>