Author: maven-release Date: 2012-08-24 19:28:45 +0200 (Fri, 24 Aug 2012) New Revision: 473 Url: http://forge.codelutin.com/repositories/revision/sammoa/473 Log: [maven-release-plugin] prepare release sammoa-0.6 Modified: trunk/pom.xml trunk/sammoa-application/pom.xml trunk/sammoa-persistence/pom.xml trunk/sammoa-ui-swing/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-08-24 17:13:35 UTC (rev 472) +++ trunk/pom.xml 2012-08-24 17:28:45 UTC (rev 473) @@ -15,7 +15,7 @@ <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> <modules> <module>sammoa-persistence</module> @@ -81,12 +81,12 @@ <!-- ************************************************************* --> <scm> - <url>http://svn.forge.codelutin.com/svn/sammoa/trunk</url> + <url>http://svn.forge.codelutin.com/svn/sammoa/tags/sammoa-0.6</url> <connection> - scm:svn:http://svn.forge.codelutin.com/svn/sammoa/trunk + scm:svn:http://svn.forge.codelutin.com/svn/sammoa/tags/sammoa-0.6 </connection> <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/sammoa/trunk + scm:svn:http://svn.forge.codelutin.com/svn/sammoa/tags/sammoa-0.6 </developerConnection> </scm> Modified: trunk/sammoa-application/pom.xml =================================================================== --- trunk/sammoa-application/pom.xml 2012-08-24 17:13:35 UTC (rev 472) +++ trunk/sammoa-application/pom.xml 2012-08-24 17:28:45 UTC (rev 473) @@ -9,7 +9,7 @@ <parent> <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>sammoa-application</artifactId> Modified: trunk/sammoa-persistence/pom.xml =================================================================== --- trunk/sammoa-persistence/pom.xml 2012-08-24 17:13:35 UTC (rev 472) +++ trunk/sammoa-persistence/pom.xml 2012-08-24 17:28:45 UTC (rev 473) @@ -9,7 +9,7 @@ <parent> <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>sammoa-persistence</artifactId> Modified: trunk/sammoa-ui-swing/pom.xml =================================================================== --- trunk/sammoa-ui-swing/pom.xml 2012-08-24 17:13:35 UTC (rev 472) +++ trunk/sammoa-ui-swing/pom.xml 2012-08-24 17:28:45 UTC (rev 473) @@ -9,7 +9,7 @@ <parent> <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> - <version>0.6-SNAPSHOT</version> + <version>0.6</version> </parent> <artifactId>sammoa-ui-swing</artifactId>