Author: tchemit Date: 2009-02-18 18:53:32 +0000 (Wed, 18 Feb 2009) New Revision: 1375 Modified: lutinutilextra/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.2 Modified: lutinutilextra/trunk/pom.xml =================================================================== --- lutinutilextra/trunk/pom.xml 2009-02-18 18:51:43 UTC (rev 1374) +++ lutinutilextra/trunk/pom.xml 2009-02-18 18:53:32 UTC (rev 1375) @@ -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> @@ -15,7 +14,7 @@ <artifactId>lutinutilextra</artifactId> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <dependencies> @@ -106,9 +105,9 @@ <!--Source control management--> <scm> - <url>${maven.scm.url}</url> - <connection>${maven.scm.connection}</connection> - <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinutilextra/tags/0.2?root=lutinutil</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutinutil/lutinutilextra/tags/0.2</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinutilextra/tags/0.2</developerConnection> </scm> <!--Code Lutin Repository-->