diff options
author | dengyh <dengyuanhong@chinamobile.com> | 2020-10-23 15:04:44 +0800 |
---|---|---|
committer | dengyh <dengyuanhong@chinamobile.com> | 2020-10-23 15:04:49 +0800 |
commit | 2567567b4adb6a84debba61593c38a8794b962b8 (patch) | |
tree | 8c21e19495b34f4c7b4acf87ac5282b375765dd4 | |
parent | b9178eb87ddbe3777b0aeae4028f94669950f894 (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-x | docker/build_image.sh | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
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" @@ -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} |