This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new eb06928e19 MINOR: [DOCS] Update version number in example `pom.xml`
for JDBC driver (#45123)
eb06928e19 is described below
commit eb06928e193981b23eef22b3d3b4b5310d227a48
Author: Jonas Benn <[email protected]>
AuthorDate: Tue Dec 31 04:05:14 2024 +0100
MINOR: [DOCS] Update version number in example `pom.xml` for JDBC driver
(#45123)
The docs still use version `10.0.0` for the JDBC driver example `pom.xml`.
This PR updates the version number to `18.1.0`.
Authored-by: Jonas Benn <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docs/source/java/flight_sql_jdbc_driver.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/java/flight_sql_jdbc_driver.rst
b/docs/source/java/flight_sql_jdbc_driver.rst
index 0224cc3235..290625ba71 100644
--- a/docs/source/java/flight_sql_jdbc_driver.rst
+++ b/docs/source/java/flight_sql_jdbc_driver.rst
@@ -48,7 +48,7 @@ To add a dependency via Maven, use a ``pom.xml`` like the
following:
<artifactId>demo</artifactId>
<version>1.0-SNAPSHOT</version>
<properties>
- <arrow.version>10.0.0</arrow.version>
+ <arrow.version>18.1.0</arrow.version>
</properties>
<dependencies>
<dependency>