Author: tchemit Date: 2009-04-09 15:38:02 +0000 (Thu, 09 Apr 2009) New Revision: 301 Modified: maven-jrst-plugin/trunk/pom.xml Log: prepare release Modified: maven-jrst-plugin/trunk/pom.xml =================================================================== --- maven-jrst-plugin/trunk/pom.xml 2009-04-09 15:37:30 UTC (rev 300) +++ maven-jrst-plugin/trunk/pom.xml 2009-04-09 15:38:02 UTC (rev 301) @@ -18,7 +18,7 @@ <dependency> <groupId>org.codelutin</groupId> <artifactId>jrst</artifactId> - <version>0.8.5-SNAPSHOT</version> + <version>0.8.5</version> <scope>compile</scope> </dependency> <dependency> @@ -97,7 +97,7 @@ <plugin> <groupId>org.codelutin</groupId> <artifactId>maven-jrst-plugin</artifactId> - <version>0.8.4</version> + <version>0.8.5</version> <configuration> <directoryIn>${maven.src.dir}/site</directoryIn> <directoryOut>${maven.site.gen.dir}</directoryOut> @@ -133,9 +133,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