Update release note and version 18/114518/1 1.0.9
authordyh <dengyuanhong@chinamobile.com>
Tue, 3 Nov 2020 08:31:38 +0000 (16:31 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Tue, 3 Nov 2020 08:32:04 +0000 (16:32 +0800)
Change-Id: Idc1fcd7e04c5a7cae183a9af64fe2a448707fcd8
Issue-ID: MODELING-447
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index f5628ba..94e73db 100755 (executable)
@@ -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"
index dfc2137..eeaf1d3 100644 (file)
@@ -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
 --------------
diff --git a/pom.xml b/pom.xml
index 2dc4f40..c13efb0 100644 (file)
--- 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.8-SNAPSHOT</version>
+    <version>1.0.9-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>modeling-etsicatalog</name>
     <description>modeling etsicatalog</description>
index 7eb0525..bc4d85e 100644 (file)
@@ -18,7 +18,7 @@
 
 major=1
 minor=0
-patch=8
+patch=9
 
 base_version=${major}.${minor}.${patch}