aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyh <dengyuanhong@chinamobile.com>2020-03-02 14:31:49 +0800
committerdyh <dengyuanhong@chinamobile.com>2020-03-02 14:32:03 +0800
commitabffd007278fc0ff686a28212a1d4ee3a92d296a (patch)
treeff29aba960d5cc9c030fb403ad70ab9a94ea4242
parenta9a3ee11e04094511c793d529092e488c75de128 (diff)
Update etsicatalog version
Change-Id: Iab818c9eba13f45aeb692cfa44e4a171a8b3eb04 Issue-ID: MODELING-330 Signed-off-by: dyh <dengyuanhong@chinamobile.com>
-rwxr-xr-xdocker/build_image.sh2
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/docker/build_image.sh b/docker/build_image.sh
index af98d50..3990587 100755
--- a/docker/build_image.sh
+++ b/docker/build_image.sh
@@ -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
--- 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>
diff --git a/version.properties b/version.properties
index e443f93..3063add 100644
--- a/version.properties
+++ b/version.properties
@@ -18,7 +18,7 @@
major=1
minor=0
-patch=4
+patch=5
base_version=${major}.${minor}.${patch}