Author: sletellier Date: 2012-03-29 17:28:39 +0200 (Thu, 29 Mar 2012) New Revision: 57 Url: http://forge.codelutin.com/repositories/revision/jmexico/57 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/jmexico-editor-demo/pom.xml trunk/jmexico-editor/pom.xml trunk/jmexico-model/pom.xml trunk/pom.xml Modified: trunk/jmexico-editor/pom.xml =================================================================== --- trunk/jmexico-editor/pom.xml 2012-03-29 15:28:31 UTC (rev 56) +++ trunk/jmexico-editor/pom.xml 2012-03-29 15:28:39 UTC (rev 57) @@ -10,7 +10,7 @@ <parent> <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> - <version>0.4</version> + <version>0.5-SNAPSHOT</version> </parent> <groupId>fr.reseaumexico</groupId> Modified: trunk/jmexico-editor-demo/pom.xml =================================================================== --- trunk/jmexico-editor-demo/pom.xml 2012-03-29 15:28:31 UTC (rev 56) +++ trunk/jmexico-editor-demo/pom.xml 2012-03-29 15:28:39 UTC (rev 57) @@ -10,7 +10,7 @@ <parent> <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> - <version>0.4</version> + <version>0.5-SNAPSHOT</version> </parent> <groupId>fr.reseaumexico</groupId> Modified: trunk/jmexico-model/pom.xml =================================================================== --- trunk/jmexico-model/pom.xml 2012-03-29 15:28:31 UTC (rev 56) +++ trunk/jmexico-model/pom.xml 2012-03-29 15:28:39 UTC (rev 57) @@ -10,7 +10,7 @@ <parent> <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> - <version>0.4</version> + <version>0.5-SNAPSHOT</version> </parent> <groupId>fr.reseaumexico</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-03-29 15:28:31 UTC (rev 56) +++ trunk/pom.xml 2012-03-29 15:28:39 UTC (rev 57) @@ -16,7 +16,7 @@ <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> - <version>0.4</version> + <version>0.5-SNAPSHOT</version> <modules> <module>jmexico-model</module> @@ -181,11 +181,11 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.forge.codelutin.com/svn/jmexico/tags/jmexico-0.4</connection> + <connection>scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk</connection> <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/jmexico/tags/jmexico-0.4 + scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk </developerConnection> - <url>http://forge.codelutin.com/repositories/browse/jmexico/tags/jmexico-0.4</url> + <url>http://forge.codelutin.com/repositories/browse/jmexico/trunk</url> </scm> <distributionManagement>