Skip to content

Commit 7322a49

Browse files
authored
Enforce the use of Maven 3.9.2 in builds
Signed-off-by: ascopes <[email protected]>
1 parent 6b2dbb7 commit 7322a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@
580580
Expect this Maven version or crash the build. This ensures people are using
581581
./mvnw or .\mvnw.cmd to build things.
582582
-->
583-
<version>3.9.0</version>
583+
<version>3.9.2</version>
584584
</requireMavenVersion>
585585
</rules>
586586
</configuration>

0 commit comments

Comments
 (0)