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 bc90dd5d1 MINOR: Bump Maven parent pom (#3048)
bc90dd5d1 is described below
commit bc90dd5d19e5d52f65ceb0b9a6bbdfcf1a54b4fb
Author: Fokko Driesprong <[email protected]>
AuthorDate: Fri Nov 8 08:31:30 2024 +0100
MINOR: Bump Maven parent pom (#3048)
Some version bumps in the tooling:
https://github.com/apache/maven-apache-parent/releases/tag/apache-33
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 154e9b2ac..054da53c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>32</version>
+ <version>33</version>
</parent>
<groupId>org.apache.parquet</groupId>