r278 - maven-jrst-plugin/trunk
Author: tchemit Date: 2009-02-18 18:46:28 +0000 (Wed, 18 Feb 2009) New Revision: 278 Modified: maven-jrst-plugin/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.8.4 Modified: maven-jrst-plugin/trunk/pom.xml =================================================================== --- maven-jrst-plugin/trunk/pom.xml 2009-02-18 18:44:56 UTC (rev 277) +++ maven-jrst-plugin/trunk/pom.xml 2009-02-18 18:46:28 UTC (rev 278) @@ -18,7 +18,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>jrst</artifactId> - <version>${project.version}</version> + <version>0.8.4</version> <scope>compile</scope> </dependency> <dependency> @@ -48,7 +48,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Maven JRST Plugin</name> - <version>0.8.4-SNAPSHOT</version> + <version>0.8.4</version> <description> Maven2 plugin to generate reStructuredText file into xDoc. </description> @@ -133,9 +133,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.4</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/maven-jrst-plugin/tags/0.8.4</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-jrst-plugin/tags/0.8.4?root=jrst</url> </scm> <!--Code Lutin Repository-->
participants (1)
-
tchemit@users.labs.libre-entreprise.org