Author: chatellier Date: 2008-09-25 08:52:01 +0000 (Thu, 25 Sep 2008) New Revision: 190 Modified: maven-lutin-skin/trunk/pom.xml Log: [maven-release-plugin] prepare release maven-lutin-skin-0.2 Modified: maven-lutin-skin/trunk/pom.xml =================================================================== --- maven-lutin-skin/trunk/pom.xml 2008-09-25 08:50:40 UTC (rev 189) +++ maven-lutin-skin/trunk/pom.xml 2008-09-25 08:52:01 UTC (rev 190) @@ -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"> <!--The version of maven's project object model--> <modelVersion>4.0.0</modelVersion> @@ -21,7 +20,7 @@ <packaging>jar</packaging> <!--Version--> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <!--Description--> <description> @@ -42,8 +41,8 @@ <!--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/lutinbuilder/maven-lutin-skin/tags/maven-lutin-skin-0.2</connection> + <developerConnection>scm:svn:svn+ssh://${username}@labs.libre-entreprise.org/svnroot/lutinbuilder/maven-lutin-skin/tags/maven-lutin-skin-0.2</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-lutin-skin/tags/maven-lutin-skin-0.2?root=lutinbuilder</url> </scm> </project>