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/16 21:22:33 UTC

[maven-doxia] 01/01: [DOXIA-586] - Upgrade maven version to 3.0

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

commit ee38aaf0342f1ca53e01e76ec315dc3b343d1919
Author: Karl Heinz Marbaise <ka...@soebes.de>
AuthorDate: Sat Feb 16 22:22:29 2019 +0100

    [DOXIA-586] - Upgrade maven version to 3.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2ab2fe0..5cc7e6d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>2.2.1</mavenVersion>
+    <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>