[Lutinbuilder-commits] r305 - lutin-enforcer-rules/trunk
Author: tchemit Date: 2009-01-28 11:33:19 +0000 (Wed, 28 Jan 2009) New Revision: 305 Modified: lutin-enforcer-rules/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.1 Modified: lutin-enforcer-rules/trunk/pom.xml =================================================================== --- lutin-enforcer-rules/trunk/pom.xml 2009-01-28 11:29:34 UTC (rev 304) +++ lutin-enforcer-rules/trunk/pom.xml 2009-01-28 11:33:19 UTC (rev 305) @@ -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>lutin-enforcer-rules</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1</version> <dependencies> <dependency> @@ -100,9 +99,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/lutinbuilder/lutin-enforcer-rules/tags/0.1</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinbuilder/lutin-enforcer-rules/tags/0.1</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutin-enforcer-rules/tags/0.1?root=lutinbuilder</url> </scm> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org