Update etsicatalog version 11/102711/1
authordyh <dengyuanhong@chinamobile.com>
Mon, 2 Mar 2020 06:31:49 +0000 (14:31 +0800)
committerdyh <dengyuanhong@chinamobile.com>
Mon, 2 Mar 2020 06:32:03 +0000 (14:32 +0800)
Change-Id: Iab818c9eba13f45aeb692cfa44e4a171a8b3eb04
Issue-ID: MODELING-330
Signed-off-by: dyh <dengyuanhong@chinamobile.com>
docker/build_image.sh
pom.xml
version.properties

index af98d50..3990587 100755 (executable)
@@ -6,7 +6,7 @@ cd ${DOCKER_BUILD_DIR}
 
 BUILD_ARGS="--no-cache"
 ORG="onap"
-VERSION="1.0.4"
+VERSION="1.0.5"
 PROJECT="modeling"
 IMAGE="etsicatalog"
 DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index aeb8cc2..73baac2 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.4-SNAPSHOT</version>
+    <version>1.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>modeling-etsicatalog</name>
     <description>modeling etsicatalog</description>
index e443f93..3063add 100644 (file)
@@ -18,7 +18,7 @@
 
 major=1
 minor=0
-patch=4
+patch=5
 
 base_version=${major}.${minor}.${patch}