Author: tchemit Date: 2008-10-21 00:19:51 +0000 (Tue, 21 Oct 2008) New Revision: 1176 Modified: topia-test/trunk/pom.xml Log: [maven-release-plugin] prepare release 2.0.27 Modified: topia-test/trunk/pom.xml =================================================================== --- topia-test/trunk/pom.xml 2008-10-20 23:49:45 UTC (rev 1175) +++ topia-test/trunk/pom.xml 2008-10-21 00:19:51 UTC (rev 1176) @@ -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> @@ -55,7 +54,7 @@ <!-- ************************************************************* --> <name>ToPIA Testing</name> - <version>2.0.27-SNAPSHOT</version> + <version>2.0.27</version> <description>Test de ToPIA</description> <inceptionYear>2007</inceptionYear> @@ -129,9 +128,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <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/topia/topiatest/tags/2.0.27</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topiatest/tags/2.0.27</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topiatest/tags/2.0.27?root=topia</url> </scm> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org