Skip to content

Commit

Permalink
Remove warning on defining <prerequisites> for non-maven plugin project
Browse files Browse the repository at this point in the history
  • Loading branch information
iemejia committed Jan 28, 2018
1 parent 781cc44 commit 7d6b23d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,6 @@
<version>[1.8,)</version>
</requireJavaVersion>
<requireMavenVersion>
<!-- Keep aligned with preqrequisite section below. -->
<version>[3.2,)</version>
</requireMavenVersion>
</rules>
Expand Down Expand Up @@ -2120,9 +2119,4 @@
</plugin>
</plugins>
</reporting>

<prerequisites>
<!-- Keep aligned with requireMavenVersion section above. -->
<maven>3.2</maven>
</prerequisites>
</project>

0 comments on commit 7d6b23d

Please sign in to comment.