From c3ad8f45ec23c0415571b097cb494f3f3ed56767 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 8 Jan 2025 10:29:06 +0900 Subject: [PATCH] GH-490: Use apache/arrow-java not apache/arrow in pom.xml Fixes #490. --- bom/pom.xml | 8 ++++---- pom.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index ccb70d5fb3..61441048ff 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -66,15 +66,15 @@ under the License. - scm:git:https://github.com/apache/arrow.git - scm:git:https://github.com/apache/arrow.git + scm:git:https://github.com/apache/arrow-java.git + scm:git:https://github.com/apache/arrow-java.git main - https://github.com/apache/arrow/tree/${project.scm.tag} + https://github.com/apache/arrow-java/tree/${project.scm.tag} GitHub - https://github.com/apache/arrow/issues + https://github.com/apache/arrow-java/issues diff --git a/pom.xml b/pom.xml index 9bd1e6f1f1..1c71413ffa 100644 --- a/pom.xml +++ b/pom.xml @@ -79,15 +79,15 @@ under the License. - scm:git:https://github.com/apache/arrow.git - scm:git:https://github.com/apache/arrow.git + scm:git:https://github.com/apache/arrow-java.git + scm:git:https://github.com/apache/arrow-java.git main - https://github.com/apache/arrow/tree/${project.scm.tag} + https://github.com/apache/arrow-java/tree/${project.scm.tag} GitHub - https://github.com/apache/arrow/issues + https://github.com/apache/arrow-java/issues