summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2021-08-31 17:24:32 +0800
committerdyh <dengyuanhong@chinamobile.com>2021-08-31 17:24:39 +0800
commitf898f276595947d73f8d11de8dde36a9dbd273c2 (patch)
tree9833f2b08cbad38a2eaa1921b220f7886b2e9151
parentb33cb722c0728a79caf42ed38bbaab23d066cdbc (diff)
Update vfc-vnfres version1.4.0
Change-Id: I9a04ae5cbe00e1bc581e30671492e1a3633362c6 Issue-ID: VFC-1884 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rw-r--r--pom.xml2
-rwxr-xr-xres/docker/build_image.sh2
-rw-r--r--res/pom.xml4
-rw-r--r--version.properties4
4 files changed, 6 insertions, 6 deletions
diff --git a/pom.xml b/pom.xml
index ecaad07..dfe91c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfres</groupId>
<artifactId>vfc-gvnfm-vnfres</artifactId>
- <version>1.3.9-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfres</name>
<description>vfc gvnfm vnfres</description>
diff --git a/res/docker/build_image.sh b/res/docker/build_image.sh
index 0d26a8c..bcad380 100755
--- a/res/docker/build_image.sh
+++ b/res/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.9"
+VERSION="1.4.0"
PROJECT="vfc"
IMAGE="vnfres"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/res/pom.xml b/res/pom.xml
index fcb53fb..93e4c35 100644
--- a/res/pom.xml
+++ b/res/pom.xml
@@ -20,12 +20,12 @@
<parent>
<groupId>org.onap.vfc.gvnfm.vnfres</groupId>
<artifactId>vfc-gvnfm-vnfres</artifactId>
- <version>1.3.9-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.gvnfm.vnfres.res</groupId>
<artifactId>vfc-gvnfm-vnfres-res</artifactId>
- <version>1.3.9-SNAPSHOT</version>
+ <version>1.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-gvnfm-vnfres-res</name>
<description>vfc gvnfm vnfres res</description>
diff --git a/version.properties b/version.properties
index 367b6d0..bfb144c 100644
--- a/version.properties
+++ b/version.properties
@@ -18,8 +18,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=3
-patch=9
+minor=4
+patch=0
base_version=${major}.${minor}.${patch}