Author: maven-release Date: 2012-07-19 08:30:23 +0200 (Thu, 19 Jul 2012) New Revision: 857 Url: http://nuiton.org/repositories/revision/maven-helper-plugin/857 Log: [maven-release-plugin] prepare release maven-helper-plugin-1.5 Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-07-18 00:14:43 UTC (rev 856) +++ trunk/pom.xml 2012-07-19 06:30:23 UTC (rev 857) @@ -20,9 +20,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> @@ -38,7 +36,7 @@ <artifactId>helper-maven-plugin</artifactId> - <version>1.5-SNAPSHOT</version> + <version>1.5</version> <dependencies> @@ -268,13 +266,13 @@ <scm> <connection> - scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk + scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.5 </connection> <developerConnection> - scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/trunk + scm:svn:http://svn.nuiton.org/svn/maven-helper-plugin/tags/maven-helper-plugin-1.5 </developerConnection> <url> - http://www.nuiton.org/repositories/browse/maven-helper-plugin/trunk + http://www.nuiton.org/repositories/browse/maven-helper-plugin/tags/maven-hel... </url> </scm>