Author: tchemit Date: 2008-10-13 14:50:04 +0000 (Mon, 13 Oct 2008) New Revision: 339 Modified: lutingenerator/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.60 Modified: lutingenerator/trunk/pom.xml =================================================================== --- lutingenerator/trunk/pom.xml 2008-10-13 14:48:28 UTC (rev 338) +++ lutingenerator/trunk/pom.xml 2008-10-13 14:50:04 UTC (rev 339) @@ -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> @@ -65,7 +64,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Lutin Generator</name> - <version>0.60-SNAPSHOT</version> + <version>0.60</version> <description>Générateurs en tout genre.</description> <inceptionYear>2004</inceptionYear> @@ -97,9 +96,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/lutingenerator/lutingenerator/tags/0.60</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutingenerator/lutingenerator/tags/0.60</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/lutingenerator/tags/0.60?root=lutingenerator</url> </scm> </project>