From ced4a5b857592061ad3a533060e2c238baaaebaa Mon Sep 17 00:00:00 2001 From: Russell Spitzer Date: Wed, 6 May 2026 13:35:48 -0500 Subject: [PATCH] fix: update pom.xml SCM URLs from parquet-mr to parquet-java The repository was renamed from apache/parquet-mr to apache/parquet-java but the SCM block was never updated. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index e887df8ca5..f6a5013e76 100644 --- a/pom.xml +++ b/pom.xml @@ -35,9 +35,9 @@ Parquet is a columnar storage format that supports nested data. This provides the java implementation. - scm:git:git@github.com:apache/parquet-mr.git - scm:git:git@github.com:apache/parquet-mr.git - scm:git:git@github.com:apache/parquet-mr.git + scm:git:git@github.com:apache/parquet-java.git + scm:git:git@github.com:apache/parquet-java.git + scm:git:git@github.com:apache/parquet-java.git HEAD