r1171 - topia-service/trunk
Author: tchemit Date: 2008-10-20 23:19:28 +0000 (Mon, 20 Oct 2008) New Revision: 1171 Modified: topia-service/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.9 Modified: topia-service/trunk/pom.xml =================================================================== --- topia-service/trunk/pom.xml 2008-10-20 23:17:25 UTC (rev 1170) +++ topia-service/trunk/pom.xml 2008-10-20 23:19:28 UTC (rev 1171) @@ -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> @@ -54,7 +53,7 @@ <!-- ************************************************************* --> <name>ToPIA Service</name> - <version>0.9-SNAPSHOT</version> + <version>0.9</version> <description> ToPIA Service est une librairie de ToPIA pour la gestion de sercices. </description> @@ -136,9 +135,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/topia-service/tags/0.9</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/topia/topia-service/tags/0.9</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/topia-service/tags/0.9?root=topia</url> </scm> </project>
participants (1)
-
tchemit@users.labs.libre-entreprise.org