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

fokko pushed a commit to branch fd-revert-buildnumber-maven-plugin
in repository https://gitbox.apache.org/repos/asf/parquet-java.git

commit b3a1dafdde48dad06ebd6131f6b866ed2d62861b
Author: Fokko Driesprong <[email protected]>
AuthorDate: Tue Nov 26 21:43:39 2024 +0100

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

diff --git a/pom.xml b/pom.xml
index 3f8efea94..c028fff8b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -453,7 +453,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