Author: tchemit Date: 2013-08-08 16:05:04 +0200 (Thu, 08 Aug 2013) New Revision: 412 Url: http://nuiton.org/projects/jredmine/repository/revisions/412 Log: use las stable of helper-m-p Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-08-08 12:31:31 UTC (rev 411) +++ trunk/pom.xml 2013-08-08 14:05:04 UTC (rev 412) @@ -64,8 +64,10 @@ <!-- must be on a fixed version, not on the snapshot to make possible release --> <jredminePluginVersion>1.5.1</jredminePluginVersion> - <helperPluginVersion>2.1-SNAPSHOT</helperPluginVersion> + <!-- remove this when using mavenpom >= 4.0 --> + <helperPluginVersion>2.1</helperPluginVersion> + <doxiaVersion>1.4</doxiaVersion> <!-- documentation is in apt -->