Skip to content

Commit

Permalink
Issue #12111: upgrades maven version for contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
rnveach authored and strkkk committed Aug 29, 2022
1 parent dd735ce commit 1b92ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1307,7 +1307,7 @@
<version>${java.version}</version>
</requireJavaVersion>
<requireMavenVersion>
<version>3.0.1</version>
<version>3.3.9</version>
</requireMavenVersion>
<!-- we can not use this as it require same version for all dependencies -->
<!--
Expand Down
2 changes: 1 addition & 1 deletion src/xdocs/beginning_development.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</section>
<section name="Before development">
<p>
1. Ensure that Git, Java JDK >= 11 until JDK 17, maven >= 3.0.1 are installed.<br/>
1. Ensure that Git, Java JDK >= 11 until JDK 17, maven >= 3.3.9 are installed.<br/>
You can find information about development environment preparation here:
<a href="https://github.com/sevntu-checkstyle/sevntu.checkstyle/wiki/Prepare-Development-Environment-in-Ubuntu-12.04">
Prepare development environment in Ubuntu</a>.<br/>
Expand Down

0 comments on commit 1b92ac8

Please sign in to comment.