This is an automated email from the ASF dual-hosted git repository.
kou 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 5342be1 ARROW-4301: [Java][Gandiva] Update version manually
5342be1 is described below
commit 5342be119cee6d8c6d72a5621968e58ab4f42355
Author: Kouhei Sutou <[email protected]>
AuthorDate: Mon Apr 1 12:00:26 2019 +0900
ARROW-4301: [Java][Gandiva] Update version manually
It's just a workaround. We should update this in release process
automatically.
Author: Kouhei Sutou <[email protected]>
Closes #4087 from kou/java-gandiva-version-workaround and squashes the
following commits:
ebeb571e <Kouhei Sutou> Update version manually
---
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 c0addcb..6519556 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.13.0-SNAPSHOT</version>
+ <version>0.14.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.arrow.gandiva</groupId>