This is an automated email from the ASF dual-hosted git repository.

Fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/parquet-java.git


The following commit(s) were added to refs/heads/master by this push:
     new ce1d3dae1 GH-3545: Update pom.xml SCM URLs to parquet-java (#3546)
ce1d3dae1 is described below

commit ce1d3dae1752123b9669c678dfd7d62be67d052f
Author: Russell Spitzer <[email protected]>
AuthorDate: Wed May 6 16:21:24 2026 -0500

    GH-3545: Update pom.xml SCM URLs to parquet-java (#3546)
    
    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 e887df8ca..f6a5013e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,9 @@
   <description>Parquet is a columnar storage format that supports nested data. 
This provides the java implementation.</description>
 
   <scm>
-    <connection>scm:git:[email protected]:apache/parquet-mr.git</connection>
-    <url>scm:git:[email protected]:apache/parquet-mr.git</url>
-    
<developerConnection>scm:git:[email protected]:apache/parquet-mr.git</developerConnection>
+    <connection>scm:git:[email protected]:apache/parquet-java.git</connection>
+    <url>scm:git:[email protected]:apache/parquet-java.git</url>
+    
<developerConnection>scm:git:[email protected]:apache/parquet-java.git</developerConnection>
     <tag>HEAD</tag>
   </scm>
 

Reply via email to