Author: tchemit Date: 2013-03-05 13:36:20 +0100 (Tue, 05 Mar 2013) New Revision: 541 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/541 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/pom.xml trunk/tutti-persistence/pom.xml trunk/tutti-service/pom.xml trunk/tutti-ui-swing/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-03-05 12:36:12 UTC (rev 540) +++ trunk/pom.xml 2013-03-05 12:36:20 UTC (rev 541) @@ -33,7 +33,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>1.0.2</version> + <version>1.1-SNAPSHOT</version> <modules> <module>tutti-persistence</module> @@ -89,12 +89,12 @@ </developers> <scm> - <url>http://svn.forge.codelutin.com/svn/tutti/tags/tutti-1.0.2</url> + <url>http://svn.forge.codelutin.com/svn/tutti/trunk</url> <connection> - scm:svn:http://svn.forge.codelutin.com/svn/tutti/tags/tutti-1.0.2 + scm:svn:http://svn.forge.codelutin.com/svn/tutti/trunk </connection> <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/tutti/tags/tutti-1.0.2 + scm:svn:http://svn.forge.codelutin.com/svn/tutti/trunk </developerConnection> </scm> Modified: trunk/tutti-persistence/pom.xml =================================================================== --- trunk/tutti-persistence/pom.xml 2013-03-05 12:36:12 UTC (rev 540) +++ trunk/tutti-persistence/pom.xml 2013-03-05 12:36:20 UTC (rev 541) @@ -28,7 +28,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>1.0.2</version> + <version>1.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> Modified: trunk/tutti-service/pom.xml =================================================================== --- trunk/tutti-service/pom.xml 2013-03-05 12:36:12 UTC (rev 540) +++ trunk/tutti-service/pom.xml 2013-03-05 12:36:20 UTC (rev 541) @@ -28,7 +28,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>1.0.2</version> + <version>1.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId> Modified: trunk/tutti-ui-swing/pom.xml =================================================================== --- trunk/tutti-ui-swing/pom.xml 2013-03-05 12:36:12 UTC (rev 540) +++ trunk/tutti-ui-swing/pom.xml 2013-03-05 12:36:20 UTC (rev 541) @@ -28,7 +28,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>1.0.2</version> + <version>1.1-SNAPSHOT</version> </parent> <groupId>fr.ifremer.tutti</groupId>
participants (1)
-
tchemit@users.forge.codelutin.com