Author: tchemit Date: 2008-10-08 23:02:47 +0000 (Wed, 08 Oct 2008) New Revision: 232 Modified: jrst/trunk/pom.xml Log: [maven-release-plugin] prepare for next development iteration Modified: jrst/trunk/pom.xml =================================================================== --- jrst/trunk/pom.xml 2008-10-08 23:02:43 UTC (rev 231) +++ jrst/trunk/pom.xml 2008-10-08 23:02:47 UTC (rev 232) @@ -19,7 +19,7 @@ <packaging>jar</packaging> <!--Version--> - <version>0.8.3</version> + <version>0.8.3-SNAPSHOT</version> <!--Description--> <description>Parser RST en Java.</description> @@ -40,9 +40,9 @@ <!--Source control management--> <scm> - <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> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/jrst/jrst/trunk</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/jrst/jrst/trunk</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/jrst/trunk/?root=jrst</url> </scm> <build>
participants (1)
-
tchemit@users.labs.libre-entreprise.org