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

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

commit c120d8fcca46bc76d63da0b67cfab2e565e6e581
Author: Fokko Driesprong <[email protected]>
AuthorDate: Wed Nov 27 18:10:42 2024 +0100

    MINOR: Revert `buildnumber-maven-plugin` to 3.2.0 (#3082)
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a8630518b..ce32a7ed7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,7 +451,8 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>buildnumber-maven-plugin</artifactId>
-        <version>3.2.1</version>
+        <!-- Warning! 3.2.1 caused issues during verification, 3.2.0 is known 
to work correctly. -->
+        <version>3.2.0</version>
         <executions>
           <execution>
             <phase>validate</phase>

Reply via email to