Author: bleny Date: 2012-10-13 08:32:33 +0200 (Sat, 13 Oct 2012) New Revision: 635 Url: http://forge.codelutin.com/repositories/revision/sammoa/635 Log: [maven-release-plugin] prepare release sammoa-1.0 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-10-12 19:12:10 UTC (rev 634) +++ trunk/pom.xml 2012-10-13 06:32:33 UTC (rev 635) @@ -15,7 +15,7 @@ <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> <modules> <module>sammoa-persistence</module> @@ -78,12 +78,12 @@ <!-- ************************************************************* --> <scm> - <url>http://svn.forge.codelutin.com/svn/sammoa/trunk</url> + <url>http://svn.forge.codelutin.com/svn/sammoa/tags/sammoa-1.0</url> <connection> - scm:svn:http://svn.forge.codelutin.com/svn/sammoa/trunk + scm:svn:http://svn.forge.codelutin.com/svn/sammoa/tags/sammoa-1.0 </connection> <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/sammoa/trunk + scm:svn:http://svn.forge.codelutin.com/svn/sammoa/tags/sammoa-1.0 </developerConnection> </scm> Modified: trunk/sammoa-application/pom.xml =================================================================== --- trunk/sammoa-application/pom.xml 2012-10-12 19:12:10 UTC (rev 634) +++ trunk/sammoa-application/pom.xml 2012-10-13 06:32:33 UTC (rev 635) @@ -5,7 +5,7 @@ <parent> <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>sammoa-application</artifactId> Modified: trunk/sammoa-persistence/pom.xml =================================================================== --- trunk/sammoa-persistence/pom.xml 2012-10-12 19:12:10 UTC (rev 634) +++ trunk/sammoa-persistence/pom.xml 2012-10-13 06:32:33 UTC (rev 635) @@ -5,7 +5,7 @@ <parent> <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>sammoa-persistence</artifactId> Modified: trunk/sammoa-ui-swing/pom.xml =================================================================== --- trunk/sammoa-ui-swing/pom.xml 2012-10-12 19:12:10 UTC (rev 634) +++ trunk/sammoa-ui-swing/pom.xml 2012-10-13 06:32:33 UTC (rev 635) @@ -5,7 +5,7 @@ <parent> <groupId>fr.ulr</groupId> <artifactId>sammoa</artifactId> - <version>1.0-SNAPSHOT</version> + <version>1.0</version> </parent> <artifactId>sammoa-ui-swing</artifactId>