Repository: madlib
Updated Branches:
  refs/heads/master 94487598e -> 0b8507deb


Change version to 1.15-dev


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

Branch: refs/heads/master
Commit: 0b8507deb294f17dcf2f268e8c7c1bd9e641f7e4
Parents: 9448759
Author: Jingyi Mei <j...@pivotal.io>
Authored: Thu May 3 10:53:18 2018 -0700
Committer: Jingyi Mei <j...@pivotal.io>
Committed: Thu May 3 10:53:18 2018 -0700

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


http://git-wip-us.apache.org/repos/asf/madlib/blob/0b8507de/RELEASE_NOTES
----------------------------------------------------------------------
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 81cf54f..ea2efc5 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -42,7 +42,7 @@ Bug fixes:
     - Fixed inconsistency in LDA output and improved usability
         (MADLIB-1160, MADLIB-1201)
     - Fixed MLP and RF predict for models trained in earlier versions to
-        ensure misisng optional parameters are given appropriate default values
+        ensure missing optional parameters are given appropriate default values
         (MADLIB-1207)
     - Fixed a scenario in DT where no features exist due categorical columns
         with single level being dropped led to the database crashing
@@ -88,7 +88,7 @@ Bug fixes:
 
 Other:
     - Updated PyXB from 1.2.4 to 1.2.6. (MADLIB-1103)
-        This change eliminates the need to remove part of PyXB codebase as a
+        This change eliminates the need to remove part of PyXB code base as a
         GPL-workaround.
     - Updated the naming for gppkg (MADLIB-1183)
 

http://git-wip-us.apache.org/repos/asf/madlib/blob/0b8507de/deploy/postflight.sh
----------------------------------------------------------------------
diff --git a/deploy/postflight.sh b/deploy/postflight.sh
index 87c6099..a7e9d43 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.14
+MADLIB_VERSION=1.15-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/0b8507de/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 5a3ba8f..055a36d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
   <groupId>org.apache.madlib</groupId>
   <artifactId>madlib</artifactId>
-  <version>1.14</version>
+  <version>1.15-dev</version>
   <packaging>pom</packaging>
 
   <build>

http://git-wip-us.apache.org/repos/asf/madlib/blob/0b8507de/src/config/Version.yml
----------------------------------------------------------------------
diff --git a/src/config/Version.yml b/src/config/Version.yml
index 2ec314d..37d66e1 100644
--- a/src/config/Version.yml
+++ b/src/config/Version.yml
@@ -1 +1 @@
-version: 1.14
+version: 1.15-dev

Reply via email to