diff options
author | dyh <dengyuanhong@chinamobile.com> | 2020-11-03 16:31:38 +0800 |
---|---|---|
committer | dyh <dengyuanhong@chinamobile.com> | 2020-11-03 16:32:04 +0800 |
commit | 68598cf9b43aa385421996dbb6683466da768656 (patch) | |
tree | 904abbde4ec160ec0c4027311cfa76c655bb555b | |
parent | 7d0a02dab5a05220eb1de6a0d9c1300f25062bc1 (diff) |
Update release note and version1.0.9
Change-Id: Idc1fcd7e04c5a7cae183a9af64fe2a448707fcd8
Issue-ID: MODELING-447
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rwxr-xr-x | docker/build_image.sh | 2 | ||||
-rw-r--r-- | docs/release-notes.rst | 9 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
4 files changed, 9 insertions, 6 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh index f5628ba..94e73db 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.8" +VERSION="1.0.9" PROJECT="modeling" IMAGE="etsicatalog" DOCKER_REPOSITORY="nexus3.onap.org:10003" diff --git a/docs/release-notes.rst b/docs/release-notes.rst index dfc2137..eeaf1d3 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -10,18 +10,21 @@ Release Notes etsicatalog provides package management service and parser service as Micro Service. -Version: 1.0.7 +Version: 1.0.9 -------------- -:Release Date: 2020-09-09 +:Release Date: 2020-11-03 **New Features** +- Support SDC-ETSI Catalog Manager direct interface +- Query SDC for ETSI packages from the ETSI_PACKAGE directory and store the packages - Optimize the docker image - Remove the mandatory dependency on MSB Released components: - - etsicatalog 1.0.7 + - etsicatalog 1.0.9 + Version: 1.0.6 -------------- @@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.modeling.etsicatalog</groupId> <artifactId>modeling-etsicatalog</artifactId> - <version>1.0.8-SNAPSHOT</version> + <version>1.0.9-SNAPSHOT</version> <packaging>pom</packaging> <name>modeling-etsicatalog</name> <description>modeling etsicatalog</description> diff --git a/version.properties b/version.properties index 7eb0525..bc4d85e 100644 --- a/version.properties +++ b/version.properties @@ -18,7 +18,7 @@ major=1 minor=0 -patch=8 +patch=9 base_version=${major}.${minor}.${patch} |