Author: tchemit Date: 2009-04-09 15:26:29 +0000 (Thu, 09 Apr 2009) New Revision: 297 Modified: jrst/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.8.5 Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2009-04-09 15:25:22 UTC (rev 296) +++ jrst/trunk/pom.xml 2009-04-09 15:26:29 UTC (rev 297) @@ -1,8 +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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> @@ -17,7 +14,7 @@ </parent> <artifactId>jrst</artifactId> - <version>0.8.5-SNAPSHOT</version> + <version>0.8.5</version> <dependencies> <dependency> @@ -252,9 +249,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/jrst/tags/0.8.5</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/jrst/tags/0.8.5</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jrst/tags/0.8.5?root=jrst</url> </scm> <!--Code Lutin Repository-->
participants (1)
-
tchemit@users.labs.libre-entreprise.org