You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/01/20 04:09:36 UTC

[arrow] branch master updated: [CI] Manually patch version in java/gandiva/pom.xml pending fix for ARROW-4301

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 7489d3b  [CI] Manually patch version in java/gandiva/pom.xml pending fix for ARROW-4301
7489d3b is described below

commit 7489d3bac5e499039d3a97333dd3fc8e196f9b0e
Author: Wes McKinney <we...@users.noreply.github.com>
AuthorDate: Sat Jan 19 20:09:31 2019 -0800

    [CI] Manually patch version in java/gandiva/pom.xml pending fix for ARROW-4301
---
 java/gandiva/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/gandiva/pom.xml b/java/gandiva/pom.xml
index 285ea86..93b8161 100644
--- a/java/gandiva/pom.xml
+++ b/java/gandiva/pom.xml
@@ -16,7 +16,7 @@
     <parent>
       <groupId>org.apache.arrow</groupId>
       <artifactId>arrow-java-root</artifactId>
-      <version>0.12.0-SNAPSHOT</version>
+      <version>0.13.0-SNAPSHOT</version>
     </parent>
 
     <groupId>org.apache.arrow.gandiva</groupId>