[Lutinutil-commits] r1218 - lutinpluginutil/trunk
Author: tchemit Date: 2008-10-13 20:55:45 +0000 (Mon, 13 Oct 2008) New Revision: 1218 Modified: lutinpluginutil/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.2 Modified: lutinpluginutil/trunk/pom.xml =================================================================== --- lutinpluginutil/trunk/pom.xml 2008-10-13 20:54:37 UTC (rev 1217) +++ lutinpluginutil/trunk/pom.xml 2008-10-13 20:55:45 UTC (rev 1218) @@ -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> @@ -26,7 +25,7 @@ <!-- ************************************************************* --> <name>Lutin plugin utilities library</name> - <version>0.2-SNAPSHOT</version> + <version>0.2</version> <description>Library of usefull class to be used in any maven plugin.</description> <inceptionYear>2008</inceptionYear> @@ -60,9 +59,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/lutinpluginutil/tags/0.2</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinpluginutil/tags/0.2</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinpluginutil/tags/0.2?root=lutinutil</url> </scm> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org