Skip to content

Commit

Permalink
#72 prevent build warnings related to 'prerequisites' usage; introduc…
Browse files Browse the repository at this point in the history
…e maven version borders

notes:
* 'prerequisites' tag (with declared maven version) is removed
* required maven version lower border is set to 3.2.5 (last java 6 compatible version); upper border is left open
  • Loading branch information
dejan2609 committed Jul 29, 2017
1 parent be44c5f commit fcc4564
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@
<url>http://parent.jcabi.com/</url>
</site>
</distributionManagement>
<prerequisites>
<maven>3.0.4</maven>
</prerequisites>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -1455,7 +1452,7 @@
<configuration>
<rules>
<requireMavenVersion>
<version>3.1</version>
<version>[3.2.5,)</version>
</requireMavenVersion>
</rules>
</configuration>
Expand Down

0 comments on commit fcc4564

Please sign in to comment.