Author: tchemit Date: 2009-02-18 19:03:47 +0000 (Wed, 18 Feb 2009) New Revision: 114 Modified: lutinmatrix/trunk/pom.xml Log: [maven-release-plugin] prepare release 1.2 Modified: lutinmatrix/trunk/pom.xml =================================================================== --- lutinmatrix/trunk/pom.xml 2009-02-18 18:59:33 UTC (rev 113) +++ lutinmatrix/trunk/pom.xml 2009-02-18 19:03:47 UTC (rev 114) @@ -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 @@ </parent> <artifactId>lutinmatrix</artifactId> - <version>1.2-SNAPSHOT</version> + <version>1.2</version> <dependencies> @@ -116,9 +115,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/lutinmatrix/lutinmatrix/tags/1.2</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutinmatrix/lutinmatrix/tags/1.2</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutinmatrix/tags/1.2?root=lutinmatrix</url> </scm> <!--Code Lutin Repository-->