Author: tchemit Date: 2010-11-21 14:46:37 +0100 (Sun, 21 Nov 2010) New Revision: 793 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/793 Log: use m-license-p 3.0 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-21 13:41:24 UTC (rev 792) +++ trunk/pom.xml 2010-11-21 13:46:37 UTC (rev 793) @@ -39,7 +39,7 @@ <artifactId>maven-helper-plugin</artifactId> - <version>1.2.10-SNAPSHOT</version> + <version>1.2.10</version> <dependencies> @@ -247,9 +247,9 @@ <!-- ************************************************************* --> <scm> - <connection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk</connection> - <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk</developerConnection> - <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/trunk</url> + <connection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.2.10</connection> + <developerConnection>scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.2.10</developerConnection> + <url>http://www.nuiton.org/repositories/browse/maven-helper-plugin/tags/maven-helper-plugin-1.2.10</url> </scm> <!-- ************************************************************* --> @@ -260,6 +260,9 @@ <properties> + <!-- remove this when using mavenpom > 2.4 --> + <licensePluginVersion>3.0</licensePluginVersion> + <plexusMailSenderVersion>1.0-alpha-2</plexusMailSenderVersion> <!-- extra files to include in release -->
participants (1)
-
tchemit@users.nuiton.org