Skip to content

Commit

Permalink
ARROW-2727: [Java] Fix POM file issue causing build failure in java/a…
Browse files Browse the repository at this point in the history
…dapters/jdbc
  • Loading branch information
zjffdu committed Jun 26, 2018
1 parent 7c81bd6 commit 07ddb57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/adapter/jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-java-root</artifactId>
<version>0.10.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>arrow-jdbc</artifactId>
Expand Down Expand Up @@ -103,4 +104,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit 07ddb57

Please sign in to comment.