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:32 UTC

[maven-doxia] branch DOXIA-586 created (now ee38aaf)

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch DOXIA-586
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


      at ee38aaf  [DOXIA-586] - Upgrade maven version to 3.0

This branch includes the following new commits:

     new ee38aaf  [DOXIA-586] - Upgrade maven version to 3.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by kh...@apache.org.
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>