[Lutinutil-commits] r1359 - lutinpluginutil/trunk
Author: tchemit Date: 2009-02-18 16:43:11 +0000 (Wed, 18 Feb 2009) New Revision: 1359 Modified: lutinpluginutil/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.3 Modified: lutinpluginutil/trunk/pom.xml =================================================================== --- lutinpluginutil/trunk/pom.xml 2009-02-18 16:37:30 UTC (rev 1358) +++ lutinpluginutil/trunk/pom.xml 2009-02-18 16:43:11 UTC (rev 1359) @@ -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>lutinpluginutil</artifactId> - <version>0.3-SNAPSHOT</version> + <version>0.3</version> <dependencies> @@ -96,9 +95,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.3</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinutil/lutinpluginutil/tags/0.3</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinpluginutil/tags/0.3?root=lutinutil</url> </scm> <!--Code Lutin Repository-->
participants (1)
-
tchemit@users.labs.libre-entreprise.org