This is an automated email from the ASF dual-hosted git repository. okislal pushed a commit to tag rel/v1.17.0 in repository https://gitbox.apache.org/repos/asf/madlib.git
commit 1000db5c364cd970a6d05eedcb803a3f76921eab Author: Ekta Khanna <[email protected]> AuthorDate: Thu Jan 9 12:07:09 2020 -0800 Add Semantic versioning --- deploy/DEB/postinst | 2 +- deploy/postflight.sh | 2 +- pom.xml | 2 +- src/config/Version.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/DEB/postinst b/deploy/DEB/postinst index 379cd2e..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-dev" +MADLIB_VERSION="1.17.0" MADLIB_INSTALL_PATH="InstallPathNotFound" # Fetching configuration from debconf diff --git a/deploy/postflight.sh b/deploy/postflight.sh index 206050b..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-dev +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 5d43fbf..4d0eec1 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.madlib</groupId> <artifactId>madlib</artifactId> - <version>1.17-dev</version> + <version>1.17.0</version> <packaging>pom</packaging> <build> diff --git a/src/config/Version.yml b/src/config/Version.yml index 8aa372c..2ecd442 100644 --- a/src/config/Version.yml +++ b/src/config/Version.yml @@ -1 +1 @@ -version: 1.17-dev +version: 1.17.0
