This is an automated email from the ASF dual-hosted git repository. okislal pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/madlib.git
commit af063879e876f318bba4b1025f78d64775959132 Author: Orhan Kislal <[email protected]> AuthorDate: Mon Mar 9 16:39:20 2020 -0400 Build: Make version numbering semantic --- RELEASE_NOTES | 2 +- deploy/DEB/postinst | 2 +- deploy/postflight.sh | 2 +- pom.xml | 2 +- src/config/Version.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/RELEASE_NOTES b/RELEASE_NOTES index 3a02ff5..030d28c 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -10,7 +10,7 @@ commit history located at https://github.com/apache/madlib/commits/master. Current list of bugs and issues can be found at https://issues.apache.org/jira/browse/MADLIB. —------------------------------------------------------------------------- -MADlib v1.17: +MADlib v1.17.0: Release Date: 2020-Mar-31 diff --git a/deploy/DEB/postinst b/deploy/DEB/postinst index 297b944..319dbf6 100755 --- a/deploy/DEB/postinst +++ b/deploy/DEB/postinst @@ -22,7 +22,7 @@ # Source debconf library. . /usr/share/debconf/confmodule -MADLIB_VERSION="1.17" +MADLIB_VERSION="1.17.0" MADLIB_INSTALL_PATH="InstallPathNotFound" # Fetching configuration from debconf diff --git a/deploy/postflight.sh b/deploy/postflight.sh index 341093b..d0e57a4 100755 --- a/deploy/postflight.sh +++ b/deploy/postflight.sh @@ -2,7 +2,7 @@ # $0 - Script Path, $1 - Package Path, $2 - Target Location, and $3 - Target Volume -MADLIB_VERSION=1.17 +MADLIB_VERSION=1.17.0 # Remove existing soft links find $2/usr/local/madlib/bin -depth -type l -exec rm {} \; 2>/dev/null diff --git a/pom.xml b/pom.xml index 0f40c46..4d0eec1 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.madlib</groupId> <artifactId>madlib</artifactId> - <version>1.17</version> + <version>1.17.0</version> <packaging>pom</packaging> <build> diff --git a/src/config/Version.yml b/src/config/Version.yml index ae6ad5c..2ecd442 100644 --- a/src/config/Version.yml +++ b/src/config/Version.yml @@ -1 +1 @@ -version: 1.17 +version: 1.17.0
