You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@madlib.apache.org by ok...@apache.org on 2020/04/20 17:25:14 UTC

[madlib] branch master updated: Update version to 1.18.0-dev

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


The following commit(s) were added to refs/heads/master by this push:
     new 11200f6  Update version to 1.18.0-dev
11200f6 is described below

commit 11200f6c011d9b6f9d52befbe51b5521ce76fd91
Author: Orhan Kislal <ok...@apache.org>
AuthorDate: Tue Apr 14 14:28:43 2020 -0400

    Update version to 1.18.0-dev
---
 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 319dbf6..5d76aeb 100755
--- a/deploy/DEB/postinst
+++ b/deploy/DEB/postinst
@@ -22,7 +22,7 @@
 # Source debconf library.
 . /usr/share/debconf/confmodule
 
-MADLIB_VERSION="1.17.0"
+MADLIB_VERSION="1.18.0-dev"
 MADLIB_INSTALL_PATH="InstallPathNotFound"
 
 # Fetching configuration from debconf
diff --git a/deploy/postflight.sh b/deploy/postflight.sh
index d0e57a4..9699764 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.0
+MADLIB_VERSION=1.18.0-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 4d0eec1..8bdd126 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.madlib</groupId>
   <artifactId>madlib</artifactId>
-  <version>1.17.0</version>
+  <version>1.18.0-dev</version>
   <packaging>pom</packaging>
 
   <build>
diff --git a/src/config/Version.yml b/src/config/Version.yml
index 2ecd442..66fbd60 100644
--- a/src/config/Version.yml
+++ b/src/config/Version.yml
@@ -1 +1 @@
-version: 1.17.0
+version: 1.18.0-dev