Skip to content

Commit

Permalink
MINOR: Revert buildnumber-maven-plugin to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fokko authored Nov 26, 2024
1 parent 8fa7032 commit b3a1daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b3a1daf

Please sign in to comment.