This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch DOXIA-586 in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
The following commit(s) were added to refs/heads/DOXIA-586 by this push: new 27541fe WIP - Removed mavenVersion property to check if it's used. 27541fe is described below commit 27541fe27bb924a50674deb5336540b9b143421a Author: Karl Heinz Marbaise <k...@soebes.de> AuthorDate: Sun Feb 17 14:25:18 2019 +0100 WIP - Removed mavenVersion property to check if it's used. --- pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5cc7e6d..280d249 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,6 @@ under the License. </distributionManagement> <properties> - <mavenVersion>3.0</mavenVersion> <maven.site.path>doxia-archives/doxia-LATEST</maven.site.path> <surefire.version>2.21.0</surefire.version> <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber</checkstyle.violation.ignore>