Update release note and version 86/128186/1 1.0.13
authordengyh <dengyuanhong@chinamobile.com>
Wed, 30 Mar 2022 08:36:47 +0000 (16:36 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Wed, 30 Mar 2022 08:37:04 +0000 (16:37 +0800)
Change-Id: I2dc2fc55205344e7c835b84da234ea8e86b32404
Issue-ID: MODELING-601
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index 67c1aca..34c367e 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.0.12"
+VERSION="1.0.13"
 PROJECT="modeling"
 IMAGE="etsicatalog"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index da8d5a9..5cb333c 100644 (file)
@@ -10,18 +10,19 @@ Release Notes
 etsicatalog provides package management service and parser service as Micro
 Service.
 
-Version: 1.0.12
+Version: 1.0.13
 --------------
 
-:Release Date: 2022-03-18
+:Release Date: 2022-03-30
 
 **New Features**
 
 - update Django version to 3.1.4
 - Update the vulnerable direct dependencies
+- Update Docker image to fix CSIT Failure
 
 Released components:
- - etsicatalog 1.0.12
+ - etsicatalog 1.0.13
 
 
 Version: 1.0.11
diff --git a/pom.xml b/pom.xml
index df6cd33..15de4a8 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.12-SNAPSHOT</version>
+    <version>1.0.13-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>modeling-etsicatalog</name>
     <description>modeling etsicatalog</description>
index b1b0802..f55b338 100644 (file)
@@ -18,7 +18,7 @@
 
 major=1
 minor=0
-patch=12
+patch=13
 
 base_version=${major}.${minor}.${patch}