Author: tchemit Date: 2009-02-18 18:20:59 +0000 (Wed, 18 Feb 2009) New Revision: 1371 Modified: lutinutil/trunk/pom.xml Log: [maven-release-plugin] prepare release 1.0.3 Modified: lutinutil/trunk/pom.xml =================================================================== --- lutinutil/trunk/pom.xml 2009-02-18 18:17:15 UTC (rev 1370) +++ lutinutil/trunk/pom.xml 2009-02-18 18:20:59 UTC (rev 1371) @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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> @@ -16,7 +15,7 @@ <artifactId>lutinutil</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.3</version> <dependencies> @@ -149,9 +148,9 @@ <!--Source control management--> <scm> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> - <url>${maven.scm.url}</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0.3</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutil/tags/1.0.3</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutil/tags/1.0.3?root=lutinutil</url> </scm> <!--Code Lutin Repository-->