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