aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryangyan <yangyanyj@chinamobile.com>2019-05-06 09:52:21 +0800
committeryangyan <yangyanyj@chinamobile.com>2019-05-06 09:52:31 +0800
commitc50797755650a94770672727357fd2ede463babb (patch)
tree79c9d0be4bbf4f8cbaeccc1e579912698f971de6
parent4f6fbdd0a35f89e8f1f7b5a096b30149a9f93f8a (diff)
update modeing version
Issue-ID: MODELING-164 Change-Id: I42167d3974ad18a1a1e897bd6c5980d52b4f6241 Signed-off-by: yangyan <yangyanyj@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 17ef9a7..88ceb6b 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.1"
+VERSION="1.0.0"
PROJECT="modeling"
IMAGE="genericparser"
DOCKER_REPOSITORY="nexus3.onap.org:10003"
diff --git a/pom.xml b/pom.xml
index 6330533..9f8efbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.modeling.genericparser</groupId>
<artifactId>modeling-genericparser</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>modeling-genericparser</name>
<description>modeling genericparser</description>
diff --git a/version.properties b/version.properties
index cf49af7..f997702 100644
--- a/version.properties
+++ b/version.properties
@@ -18,7 +18,7 @@
major=1
minor=0
-patch=1
+patch=0
base_version=${major}.${minor}.${patch}