summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-06-03 10:35:32 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-06-03 10:35:42 +0800
commitb4b715e8fe761f233017510305ea2a5a7c6e0463 (patch)
tree9292d066250ef3b4001dcbc34154f350a4f79ba3
parent429567e5709212f689d2012e67d6791f4d9210c8 (diff)
update gvnfm version to 1.3.4dublin
Change-Id: Ifab8b8ef742aac1e670fdb755b96071cc1c8661b Issue-ID: VFC-1410 Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rwxr-xr-xgvnfmadapter/docker/build_image.sh2
-rw-r--r--gvnfmadapter/pom.xml4
-rw-r--r--juju/juju-vnfmadapter/Juju-vnfmadapterService/deployment/pom.xml2
-rw-r--r--juju/juju-vnfmadapter/Juju-vnfmadapterService/docker/build_image.sh2
-rw-r--r--juju/juju-vnfmadapter/Juju-vnfmadapterService/pom.xml2
-rw-r--r--juju/juju-vnfmadapter/Juju-vnfmadapterService/service/pom.xml2
-rw-r--r--juju/juju-vnfmadapter/pom.xml4
-rw-r--r--juju/pom.xml4
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
10 files changed, 13 insertions, 13 deletions
diff --git a/gvnfmadapter/docker/build_image.sh b/gvnfmadapter/docker/build_image.sh
index 588e65e..c5449a0 100755
--- a/gvnfmadapter/docker/build_image.sh
+++ b/gvnfmadapter/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.3"
+VERSION="1.3.4"
PROJECT="vfc"
IMAGE="gvnfmdriver"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/gvnfmadapter/pom.xml b/gvnfmadapter/pom.xml
index 8258031..c0dd854 100644
--- a/gvnfmadapter/pom.xml
+++ b/gvnfmadapter/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
<artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm.gvnfmadapter</groupId>
<artifactId>vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-driver-vnfm-gvnfm-gvnfmadapter</name>
<properties>
diff --git a/juju/juju-vnfmadapter/Juju-vnfmadapterService/deployment/pom.xml b/juju/juju-vnfmadapter/Juju-vnfmadapterService/deployment/pom.xml
index d25642b..613a705 100644
--- a/juju/juju-vnfmadapter/Juju-vnfmadapterService/deployment/pom.xml
+++ b/juju/juju-vnfmadapter/Juju-vnfmadapterService/deployment/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
<artifactId>juju-vnfmadapter-service-root</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
</parent>
<artifactId>juju-vnfmadapterservice-deployment</artifactId>
diff --git a/juju/juju-vnfmadapter/Juju-vnfmadapterService/docker/build_image.sh b/juju/juju-vnfmadapter/Juju-vnfmadapterService/docker/build_image.sh
index b4cfd0c..fb5dcd8 100644
--- a/juju/juju-vnfmadapter/Juju-vnfmadapterService/docker/build_image.sh
+++ b/juju/juju-vnfmadapter/Juju-vnfmadapterService/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.3.3"
+VERSION="1.3.4"
PROJECT="vfc"
IMAGE="jujudriver"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/juju/juju-vnfmadapter/Juju-vnfmadapterService/pom.xml b/juju/juju-vnfmadapter/Juju-vnfmadapterService/pom.xml
index fa89165..46c1676 100644
--- a/juju/juju-vnfmadapter/Juju-vnfmadapterService/pom.xml
+++ b/juju/juju-vnfmadapter/Juju-vnfmadapterService/pom.xml
@@ -19,7 +19,7 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
<artifactId>juju-vnfmadapter</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
</parent>
<artifactId>juju-vnfmadapter-service-root</artifactId>
<name>vfc-nfvo-driver-vnfm-gvnfm-juju-vnfmadapter-vnfmadapterService</name>
diff --git a/juju/juju-vnfmadapter/Juju-vnfmadapterService/service/pom.xml b/juju/juju-vnfmadapter/Juju-vnfmadapterService/service/pom.xml
index 6cfbb35..bd7a2ea 100644
--- a/juju/juju-vnfmadapter/Juju-vnfmadapterService/service/pom.xml
+++ b/juju/juju-vnfmadapter/Juju-vnfmadapterService/service/pom.xml
@@ -20,7 +20,7 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
<artifactId>juju-vnfmadapter-service-root</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
</parent>
<artifactId>juju-vnfmadapter-service</artifactId>
diff --git a/juju/juju-vnfmadapter/pom.xml b/juju/juju-vnfmadapter/pom.xml
index 123d2df..feba237 100644
--- a/juju/juju-vnfmadapter/pom.xml
+++ b/juju/juju-vnfmadapter/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
<artifactId>juju</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
</parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>juju-vnfmadapter</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-driver-vnfm-gvnfm-juju-vnfmadapter</name>
<description>nfvo juju-vnfmadapter</description>
diff --git a/juju/pom.xml b/juju/pom.xml
index ba4e1df..779ad9c 100644
--- a/juju/pom.xml
+++ b/juju/pom.xml
@@ -18,12 +18,12 @@
<parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
<artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
</parent>
<groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
<modelVersion>4.0.0</modelVersion>
<artifactId>juju</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-driver-vnfm-gvnfm-juju</name>
<description>nfvo juju-vnfmadapter</description>
diff --git a/pom.xml b/pom.xml
index 4b7fceb..88afe35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.vfc.nfvo.driver.vnfm.gvnfm</groupId>
<artifactId>vfc-nfvo-driver-vnfm-gvnfm</artifactId>
- <version>1.3.3-SNAPSHOT</version>
+ <version>1.3.4-SNAPSHOT</version>
<packaging>pom</packaging>
<name>vfc-nfvo-driver-vnfm-gvnfm</name>
<description>vfc nfvo drivers-vnfm-gvnfm</description>
diff --git a/version.properties b/version.properties
index f9bc3a2..873e07f 100644
--- a/version.properties
+++ b/version.properties
@@ -19,7 +19,7 @@
major=1
minor=3
-patch=3
+patch=4
base_version=${major}.${minor}.${patch}