Repository: madlib
Updated Branches:
  refs/heads/master bd3233908 -> 754725962


Build: Change version to 1.15.1


Project: http://git-wip-us.apache.org/repos/asf/madlib/repo
Commit: http://git-wip-us.apache.org/repos/asf/madlib/commit/e9c0057d
Tree: http://git-wip-us.apache.org/repos/asf/madlib/tree/e9c0057d
Diff: http://git-wip-us.apache.org/repos/asf/madlib/diff/e9c0057d

Branch: refs/heads/master
Commit: e9c0057d02422d60ca59de730539dd11c5545d43
Parents: bd32339
Author: Orhan Kislal <[email protected]>
Authored: Thu Oct 4 11:13:18 2018 +0300
Committer: Orhan Kislal <[email protected]>
Committed: Thu Oct 4 11:13:18 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/e9c0057d/deploy/DEB/postinst
----------------------------------------------------------------------
diff --git a/deploy/DEB/postinst b/deploy/DEB/postinst
index abca678..98c2d82 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-dev"
+MADLIB_VERSION="1.15.1"
 MADLIB_INSTALL_PATH="InstallPathNotFound"
 
 # Fetching configuration from debconf

http://git-wip-us.apache.org/repos/asf/madlib/blob/e9c0057d/deploy/postflight.sh
----------------------------------------------------------------------
diff --git a/deploy/postflight.sh b/deploy/postflight.sh
index b9cfee5..b8481d8 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-dev
+MADLIB_VERSION=1.15.1
 
 # 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/e9c0057d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 91dd189..9be43d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.madlib</groupId>
   <artifactId>madlib</artifactId>
-  <version>1.15.1-dev</version>
+  <version>1.15.1</version>
   <packaging>pom</packaging>
 
   <build>

http://git-wip-us.apache.org/repos/asf/madlib/blob/e9c0057d/src/config/Version.yml
----------------------------------------------------------------------
diff --git a/src/config/Version.yml b/src/config/Version.yml
index 6c9f460..6fc0273 100644
--- a/src/config/Version.yml
+++ b/src/config/Version.yml
@@ -1 +1 @@
-version: 1.15.1-dev
+version: 1.15.1

Reply via email to