This is an automated email from the ASF dual-hosted git repository.

njayaram pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/madlib.git


The following commit(s) were added to refs/heads/master by this push:
     new af36368  Update version from 1.16 to 1.17-dev
af36368 is described below

commit af3636867a151d5794b0c9e7a8562a43d1e87ee9
Author: Domino Valdano <[email protected]>
AuthorDate: Tue Jul 9 11:09:31 2019 -0700

    Update version from 1.16 to 1.17-dev
    
    Closes #419
---
 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 08afc0a..379cd2e 100755
--- a/deploy/DEB/postinst
+++ b/deploy/DEB/postinst
@@ -22,7 +22,7 @@
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
-MADLIB_VERSION="1.16"
+MADLIB_VERSION="1.17-dev"
 MADLIB_INSTALL_PATH="InstallPathNotFound"
 
 # Fetching configuration from debconf
diff --git a/deploy/postflight.sh b/deploy/postflight.sh
index 316935d..206050b 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.16
+MADLIB_VERSION=1.17-dev
 
 # 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 2f0173c..5d43fbf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.madlib</groupId>
   <artifactId>madlib</artifactId>
-  <version>1.16</version>
+  <version>1.17-dev</version>
   <packaging>pom</packaging>
 
   <build>
diff --git a/src/config/Version.yml b/src/config/Version.yml
index ac77584..8aa372c 100644
--- a/src/config/Version.yml
+++ b/src/config/Version.yml
@@ -1 +1 @@
-version: 1.16
+version: 1.17-dev

Reply via email to