Author: tchemit Date: 2009-05-11 06:20:23 +0000 (Mon, 11 May 2009) New Revision: 332 Modified: maven-jrst-plugin/trunk/pom.xml Log: push back scm generic values Modified: maven-jrst-plugin/trunk/pom.xml =================================================================== --- maven-jrst-plugin/trunk/pom.xml 2009-05-11 06:15:08 UTC (rev 331) +++ maven-jrst-plugin/trunk/pom.xml 2009-05-11 06:20:23 UTC (rev 332) @@ -48,7 +48,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Maven JRST Plugin</name> - <version>1.0.0-SNAPSHOT</version> + <version>0.8.6</version> <description> Maven2 plugin to generate reStructuredText file into xDoc. </description> @@ -125,9 +125,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/jrst/maven-jrst-plugin/trunk</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/maven-jrst-plugin/trunk</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-jrst-plugin/trunk/?root=jrst</url> + <connection>${maven.scm.connection}</connection> + <developerConnection>${maven.scm.developerConnection}</developerConnection> + <url>${maven.scm.url}</url> </scm> <!--Code Lutin Repository-->
participants (1)
-
tchemit@users.labs.libre-entreprise.org