aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordengyh <dengyuanhong@chinamobile.com>2020-10-23 15:04:44 +0800
committerdengyh <dengyuanhong@chinamobile.com>2020-10-23 15:04:49 +0800
commit2567567b4adb6a84debba61593c38a8794b962b8 (patch)
tree8c21e19495b34f4c7b4acf87ac5282b375765dd4
parentb9178eb87ddbe3777b0aeae4028f94669950f894 (diff)
Update etsicatalog version to 1.0.81.0.8
Issue-ID: MODELING-427 Change-Id: I849f6a9401e25fc397aea3ffda85582321dafe4b Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
-rwxr-xr-xdocker/build_image.sh2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh
index 0ad4b24..f5628ba 100755
--- a/docker/build_image.sh
+++ b/docker/build_image.sh
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
BUILD_ARGS="--no-cache"
ORG="onap"
-VERSION="1.0.7"
+VERSION="1.0.8"
PROJECT="modeling"
IMAGE="etsicatalog"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 443edc7..2dc4f40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.modeling.etsicatalog</groupId>
<artifactId>modeling-etsicatalog</artifactId>
- <version>1.0.7-SNAPSHOT</version>
+ <version>1.0.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>modeling-etsicatalog</name>
<description>modeling etsicatalog</description>
diff --git a/version.properties b/version.properties
index a0b3a47..7eb0525 100644
--- a/version.properties
+++ b/version.properties
@@ -18,7 +18,7 @@
major=1
minor=0
-patch=7
+patch=8
base_version=${major}.${minor}.${patch}