Author: tchemit Date: 2008-10-08 23:02:38 +0000 (Wed, 08 Oct 2008) New Revision: 230 Modified: jrst/trunk/pom.xml Log: [maven-release-plugin] prepare release 0.8.3 Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2008-10-08 23:00:35 UTC (rev 229) +++ jrst/trunk/pom.xml 2008-10-08 23:02:38 UTC (rev 230) @@ -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"> <!--The version of maven's project object model--> <modelVersion>4.0.0</modelVersion> @@ -20,7 +19,7 @@ <packaging>jar</packaging> <!--Version--> - <version>0.8.2-SNAPSHOT</version> + <version>0.8.3</version> <!--Description--> <description>Parser RST en Java.</description> @@ -41,9 +40,9 @@ <!--Source control management--> <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.3</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/jrst/tags/0.8.3</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jrst/tags/0.8.3?root=jrst</url> </scm> <build>
participants (1)
-
tchemit@users.labs.libre-entreprise.org