You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/02/17 13:25:34 UTC

[maven-doxia] branch DOXIA-586 updated: WIP - Removed mavenVersion property to check if it's used.

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 <ka...@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>