Author: maven-release Date: 2012-03-29 17:41:48 +0200 (Thu, 29 Mar 2012) New Revision: 59 Url: http://forge.codelutin.com/repositories/revision/jmexico/59 Log: [maven-release-plugin] prepare release jmexico-0.4 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:37:19 UTC (rev 58) +++ trunk/jmexico-editor/pom.xml 2012-03-29 15:41:48 UTC (rev 59) @@ -10,7 +10,7 @@ <parent> <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> </parent> <groupId>fr.reseaumexico</groupId> Modified: trunk/jmexico-editor-demo/pom.xml =================================================================== --- trunk/jmexico-editor-demo/pom.xml 2012-03-29 15:37:19 UTC (rev 58) +++ trunk/jmexico-editor-demo/pom.xml 2012-03-29 15:41:48 UTC (rev 59) @@ -10,7 +10,7 @@ <parent> <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> </parent> <groupId>fr.reseaumexico</groupId> Modified: trunk/jmexico-model/pom.xml =================================================================== --- trunk/jmexico-model/pom.xml 2012-03-29 15:37:19 UTC (rev 58) +++ trunk/jmexico-model/pom.xml 2012-03-29 15:41:48 UTC (rev 59) @@ -10,7 +10,7 @@ <parent> <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> </parent> <groupId>fr.reseaumexico</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-03-29 15:37:19 UTC (rev 58) +++ trunk/pom.xml 2012-03-29 15:41:48 UTC (rev 59) @@ -16,7 +16,7 @@ <groupId>fr.reseaumexico</groupId> <artifactId>jmexico</artifactId> - <version>0.4-SNAPSHOT</version> + <version>0.4</version> <modules> <module>jmexico-model</module> @@ -181,11 +181,11 @@ <!-- Source control management. --> <scm> - <connection>scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk</connection> + <connection>scm:svn:http://svn.forge.codelutin.com/svn/jmexico/tags/jmexico-0.4</connection> <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/jmexico/trunk + scm:svn:http://svn.forge.codelutin.com/svn/jmexico/tags/jmexico-0.4 </developerConnection> - <url>http://forge.codelutin.com/repositories/browse/jmexico/trunk</url> + <url>http://forge.codelutin.com/repositories/browse/jmexico/tags/jmexico-0.4</url> </scm> <distributionManagement>