diff options
author | yangyan <yangyanyj@chinamobile.com> | 2019-05-06 09:52:21 +0800 |
---|---|---|
committer | yangyan <yangyanyj@chinamobile.com> | 2019-05-06 09:52:31 +0800 |
commit | c50797755650a94770672727357fd2ede463babb (patch) | |
tree | 79c9d0be4bbf4f8cbaeccc1e579912698f971de6 | |
parent | 4f6fbdd0a35f89e8f1f7b5a096b30149a9f93f8a (diff) |
update modeing version
Issue-ID: MODELING-164
Change-Id: I42167d3974ad18a1a1e897bd6c5980d52b4f6241
Signed-off-by: yangyan <yangyanyj@chinamobile.com>
-rwxr-xr-x | docker/build_image.sh | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
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" @@ -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} |