Author: tchemit Date: 2008-10-13 15:44:43 +0000 (Mon, 13 Oct 2008) New Revision: 351 Modified: maven-generator-plugin/trunk/pom.xml Log: [maven-release-plugin] prepare for next development iteration Modified: maven-generator-plugin/trunk/pom.xml =================================================================== --- maven-generator-plugin/trunk/pom.xml 2008-10-13 15:44:40 UTC (rev 350) +++ maven-generator-plugin/trunk/pom.xml 2008-10-13 15:44:43 UTC (rev 351) @@ -51,7 +51,7 @@ <!-- *** Project Information ************************************* --> <!-- ************************************************************* --> <name>Plugin maven Generator</name> - <version>0.60</version> + <version>0.61-SNAPSHOT</version> <inceptionYear>2006</inceptionYear> <description>maven plugin to use the lutingenerator library</description> @@ -82,9 +82,9 @@ <!--Source control management--> <scm> - <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutingenerator/maven-generator-plugin/tags/0.60</connection> - <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutingenerator/maven-generator-plugin/tags/0.60</developerConnection> - <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-generator-plugin/tags/0.60?root=lutingenerator</url> + <connection>scm:svn:svn://anonymous@labs.libre-entreprise.org/svnroot/lutingenerator/maven-generator-plugin/trunk</connection> + <developerConnection>scm:svn:svn+ssh://tchemit@labs.libre-entreprise.org/svnroot/lutingenerator/maven-generator-plugin/trunk</developerConnection> + <url>http://labs.libre-entreprise.org/plugins/scmsvn/viewcvs.php/maven-generator-plugin/trunk/?root=lutingenerator</url> </scm> </project>