Update release note and version 81/128481/1 1.0.14
authordengyh <dengyuanhong@chinamobile.com>
Tue, 12 Apr 2022 09:19:17 +0000 (17:19 +0800)
committerdengyh <dengyuanhong@chinamobile.com>
Tue, 12 Apr 2022 09:19:43 +0000 (17:19 +0800)
Change-Id: Iecb75755e1fedd64fb66aad67eb1988dbe4844c8
Issue-ID: MODELING-614
Signed-off-by: dengyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
docs/release-notes.rst
pom.xml
version.properties

index 34c367e..ca83b6b 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.0.13"
+VERSION="1.0.14"
 PROJECT="modeling"
 IMAGE="etsicatalog"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
index 5cb333c..e5a09de 100644 (file)
@@ -10,6 +10,18 @@ Release Notes
 etsicatalog provides package management service and parser service as Micro
 Service.
 
+Version: 1.0.14
+--------------
+
+:Release Date: 2022-04-12
+
+**Bug Fixes**
+
+- Fix tox test loop in mvn-phase-script.sh
+
+Released components:
+ - etsicatalog 1.0.14
+
 Version: 1.0.13
 --------------
 
diff --git a/pom.xml b/pom.xml
index 15de4a8..63117c4 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.13-SNAPSHOT</version>
+    <version>1.0.14-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>modeling-etsicatalog</name>
     <description>modeling etsicatalog</description>
index f55b338..a3049d0 100644 (file)
@@ -18,7 +18,7 @@
 
 major=1
 minor=0
-patch=13
+patch=14
 
 base_version=${major}.${minor}.${patch}