We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
buildnumber-maven-plugin
1 parent 2e07bed commit c120d8fCopy full SHA for c120d8f
1 file changed
pom.xml
@@ -451,7 +451,8 @@
451
<plugin>
452
<groupId>org.codehaus.mojo</groupId>
453
<artifactId>buildnumber-maven-plugin</artifactId>
454
- <version>3.2.1</version>
+ <!-- Warning! 3.2.1 caused issues during verification, 3.2.0 is known to work correctly. -->
455
+ <version>3.2.0</version>
456
<executions>
457
<execution>
458
<phase>validate</phase>
0 commit comments