Skip to content

Commit 7644e27

Browse files
authored
MINOR: Revert buildnumber-maven-plugin to 3.2.0 (#3082)
1 parent 7180c47 commit 7644e27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,8 @@
453453
<plugin>
454454
<groupId>org.codehaus.mojo</groupId>
455455
<artifactId>buildnumber-maven-plugin</artifactId>
456-
<version>3.2.1</version>
456+
<!-- Warning! 3.2.1 caused issues during verification, 3.2.0 is known to work correctly. -->
457+
<version>3.2.0</version>
457458
<executions>
458459
<execution>
459460
<phase>validate</phase>

0 commit comments

Comments
 (0)