From: dyh Date: Tue, 31 Aug 2021 02:00:51 +0000 (+0800) Subject: Update release note and version X-Git-Tag: 1.0.11^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=modeling%2Fetsicatalog.git;a=commitdiff_plain;h=0f99854a96d5d9640ae11e808f209e1acc6563a7 Update release note and version Change-Id: I033072d64840e5844011ed2c845464ef056f165a Issue-ID: MODELING-553 Signed-off-by: dyh --- diff --git a/docker/build_image.sh b/docker/build_image.sh index e08fc31..9d385c4 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.10" +VERSION="1.0.11" PROJECT="modeling" IMAGE="etsicatalog" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 253bfcc..883ebd7 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,6 +10,19 @@ Release Notes etsicatalog provides package management service and parser service as Micro Service. +Version: 1.0.11 +-------------- + +:Release Date: 2021-08-31 + +**New Features** + +- update PyYAML & httplib2 version + +Released components: + - etsicatalog 1.0.11 + + Version: 1.0.10 --------------- diff --git a/pom.xml b/pom.xml index a504e46..5bf3133 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.modeling.etsicatalog modeling-etsicatalog - 1.0.10-SNAPSHOT + 1.0.11-SNAPSHOT pom modeling-etsicatalog modeling etsicatalog diff --git a/version.properties b/version.properties index 4c9aafe..b728b3d 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=0 -patch=10 +patch=11 base_version=${major}.${minor}.${patch}