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 7644e2771 MINOR: Revert `buildnumber-maven-plugin` to 3.2.0 (#3082)
7644e2771 is described below

commit 7644e27717e09d570d99f76cf5bb631122d374bf
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 8f14018fb..248f7a860 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