Author: tchemit Date: 2010-11-18 22:20:13 +0100 (Thu, 18 Nov 2010) New Revision: 1887 Url: http://nuiton.org/repositories/revision/maven-license-plugin/1887 Log: [maven-release-plugin] prepare release maven-license-plugin-3.0 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-18 21:08:02 UTC (rev 1886) +++ trunk/pom.xml 2010-11-18 21:20:13 UTC (rev 1887) @@ -23,9 +23,7 @@ <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -40,7 +38,7 @@ </parent> <artifactId>maven-license-plugin</artifactId> - <version>3.0-SNAPSHOT</version> + <version>3.0</version> <dependencies> @@ -355,13 +353,13 @@ <!-- Source control management. --> <scm> <connection> - scm:svn:http://svn.nuiton.org/svn/maven-license-plugin/trunk + scm:svn:http://svn.nuiton.org/svn/maven-license-plugin/tags/maven-license-plugin-3.0 </connection> <developerConnection> - scm:svn:http://svn.nuiton.org/svn/maven-license-plugin/trunk + scm:svn:http://svn.nuiton.org/svn/maven-license-plugin/tags/maven-license-plugin-3.0 </developerConnection> <url> - http://www.nuiton.org/repositories/browse/maven-license-plugin/trunk + http://www.nuiton.org/repositories/browse/maven-license-plugin/tags/maven-li... </url> </scm>
participants (1)
-
tchemit@users.nuiton.org