Repository: madlib
Updated Branches:
  refs/heads/master fa02339dc -> aa18c0a3b


Build: Update versions after release


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

Branch: refs/heads/master
Commit: aa18c0a3bffea472eab87f8163a5146f5effb671
Parents: fa02339
Author: Rahul Iyer <[email protected]>
Authored: Mon Aug 13 11:40:36 2018 -0700
Committer: Rahul Iyer <[email protected]>
Committed: Mon Aug 13 11:40:36 2018 -0700

----------------------------------------------------------------------
 deploy/postflight.sh   | 2 +-
 pom.xml                | 2 +-
 src/config/Version.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/madlib/blob/aa18c0a3/deploy/postflight.sh
----------------------------------------------------------------------
diff --git a/deploy/postflight.sh b/deploy/postflight.sh
index df430bd..2cb5460 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
+MADLIB_VERSION=1.15.1-dev
 
 find $2/usr/local/madlib/bin -type d -exec cp -RPf {} 
$2/usr/local/madlib/old_bin \; 2>/dev/null
 find $2/usr/local/madlib/bin -depth -type d -exec rm -r {} \; 2>/dev/null

http://git-wip-us.apache.org/repos/asf/madlib/blob/aa18c0a3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1417ff8..e441dbc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.madlib</groupId>
   <artifactId>madlib</artifactId>
-  <version>1.15</version>
+  <version>1.15.1-dev</version>
   <packaging>pom</packaging>
 
   <build>

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

Reply via email to