Update release note and version 03/123703/1 1.0.11
authordyh <dengyuanhong@chinamobile.com>
Tue, 31 Aug 2021 02:00:51 +0000 (10:00 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Tue, 31 Aug 2021 02:01:16 +0000 (10:01 +0800)
Change-Id: I033072d64840e5844011ed2c845464ef056f165a
Issue-ID: MODELING-553
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index e08fc31..9d385c4 100755 (executable)
@@ -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"
index 253bfcc..883ebd7 100644 (file)
@@ -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 (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.10-SNAPSHOT</version>
+    <version>1.0.11-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>modeling-etsicatalog</name>
     <description>modeling etsicatalog</description>
index 4c9aafe..b728b3d 100644 (file)
@@ -18,7 +18,7 @@
 
 major=1
 minor=0
-patch=10
+patch=11
 
 base_version=${major}.${minor}.${patch}