r234 - maven-jrst-plugin/trunk
Author: tchemit Date: 2008-10-08 23:13:47 +0000 (Wed, 08 Oct 2008) New Revision: 234 Modified: maven-jrst-plugin/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.8.3 Modified: maven-jrst-plugin/trunk/pom.xml =================================================================== --- maven-jrst-plugin/trunk/pom.xml 2008-10-08 23:11:51 UTC (rev 233) +++ maven-jrst-plugin/trunk/pom.xml 2008-10-08 23:13:47 UTC (rev 234) @@ -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> @@ -35,7 +34,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Plugin maven JRst</name> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.3</version> <description> Plugin pour maven2 pour la génération de xdoc à partir de fichiers RST. </description> @@ -80,9 +79,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/jrst/maven-jrst-plugin/tags/0.8.3</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/maven-jrst-plugin/tags/0.8.3</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-jrst-plugin/tags/0.8.3?root=jrst</url> </scm> <!-- Maven Environment : profiles -->
participants (1)
-
tchemit@users.labs.libre-entreprise.org