Repository: madlib Updated Branches: refs/heads/master 2e47b2f3d -> 30da14975
Update version numbers to 1.16-dev Project: http://git-wip-us.apache.org/repos/asf/madlib/repo Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/30da1497 Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/30da1497 Diff: http://git-wip-us.apache.org/repos/asf/madlib/diff/30da1497 Branch: refs/heads/master Commit: 30da149752f2a15ddb2a3dd917ef7fc2db3f443a Parents: 2e47b2f Author: Orhan Kislal <[email protected]> Authored: Fri Oct 19 20:23:42 2018 +0300 Committer: Orhan Kislal <[email protected]> Committed: Tue Oct 23 11:19:55 2018 +0300 ---------------------------------------------------------------------- deploy/DEB/postinst | 2 +- deploy/postflight.sh | 2 +- pom.xml | 2 +- src/config/Version.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/madlib/blob/30da1497/deploy/DEB/postinst ---------------------------------------------------------------------- diff --git a/deploy/DEB/postinst b/deploy/DEB/postinst index 98c2d82..135f04d 100755 --- a/deploy/DEB/postinst +++ b/deploy/DEB/postinst @@ -22,7 +22,7 @@ # Source debconf library. . /usr/share/debconf/confmodule -MADLIB_VERSION="1.15.1" +MADLIB_VERSION="1.16-dev" MADLIB_INSTALL_PATH="InstallPathNotFound" # Fetching configuration from debconf http://git-wip-us.apache.org/repos/asf/madlib/blob/30da1497/deploy/postflight.sh ---------------------------------------------------------------------- diff --git a/deploy/postflight.sh b/deploy/postflight.sh index b8481d8..80f6f88 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.15.1 +MADLIB_VERSION=1.16-dev # Remove existing soft links find $2/usr/local/madlib/bin -depth -type l -exec rm {} \; 2>/dev/null http://git-wip-us.apache.org/repos/asf/madlib/blob/30da1497/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 9be43d1..2cc302c 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <groupId>org.apache.madlib</groupId> <artifactId>madlib</artifactId> - <version>1.15.1</version> + <version>1.16-dev</version> <packaging>pom</packaging> <build> http://git-wip-us.apache.org/repos/asf/madlib/blob/30da1497/src/config/Version.yml ---------------------------------------------------------------------- diff --git a/src/config/Version.yml b/src/config/Version.yml index 6fc0273..678769e 100644 --- a/src/config/Version.yml +++ b/src/config/Version.yml @@ -1 +1 @@ -version: 1.15.1 +version: 1.16-dev
