1 Jun
2014
1 Jun
'14
1:42 p.m.
Author: tchemit Date: 2014-06-01 15:42:11 +0200 (Sun, 01 Jun 2014) New Revision: 2606 Url: http://forge.nuiton.org/projects/nuiton-maven-report-plugin/repository/revis... Log: refs #3233: Use maven 3 API Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-06-01 13:36:37 UTC (rev 2605) +++ trunk/pom.xml 2014-06-01 13:42:11 UTC (rev 2606) @@ -51,6 +51,10 @@ </site> </distributionManagement> + <prerequisites> + <maven>3.0.5</maven> + </prerequisites> + <properties> <doxiaVersion>1.5</doxiaVersion>