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

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git


The following commit(s) were added to refs/heads/main by this push:
     new ebe63ff4 MINOR: Upgrade to Apache POM 34 (#681)
ebe63ff4 is described below

commit ebe63ff48a992bc27527e6243f69cfb87e85d3c0
Author: JB Onofré <[email protected]>
AuthorDate: Mon Mar 24 08:26:01 2025 +0100

    MINOR: Upgrade to Apache POM 34 (#681)
    
    This PR updates to parent Apache POM 34 with new plugins versions.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1a93166e..7e69e143 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@ under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>33</version>
+    <version>34</version>
   </parent>
 
   <groupId>org.apache.arrow</groupId>

Reply via email to