Author: maven-release Date: 2014-07-02 14:38:14 +0200 (Wed, 02 Jul 2014) New Revision: 2122 Url: http://forge.codelutin.com/projects/wao/repository/revisions/2122 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/pom.xml trunk/wao-persistence/pom.xml trunk/wao-services/pom.xml trunk/wao-web/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-07-02 12:38:09 UTC (rev 2121) +++ trunk/pom.xml 2014-07-02 12:38:14 UTC (rev 2122) @@ -10,7 +10,7 @@ <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>4.0</version> + <version>4.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Wao</name> @@ -86,9 +86,9 @@ </modules> <scm> - <connection>scm:svn:http://svn.codelutin.com/wao/tags/wao-4.0</connection> - <developerConnection>scm:svn:https://svn.codelutin.com/wao/tags/wao-4.0</developerConnection> - <url>https://forge.codelutin.com/repositories/browse/wao/tags/wao-4.0</url> + <connection>scm:svn:http://svn.codelutin.com/wao/trunk</connection> + <developerConnection>scm:svn:https://svn.codelutin.com/wao/trunk</developerConnection> + <url>https://forge.codelutin.com/repositories/browse/wao/trunk</url> </scm> <properties> Modified: trunk/wao-persistence/pom.xml =================================================================== --- trunk/wao-persistence/pom.xml 2014-07-02 12:38:09 UTC (rev 2121) +++ trunk/wao-persistence/pom.xml 2014-07-02 12:38:14 UTC (rev 2122) @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>4.0</version> + <version>4.1-SNAPSHOT</version> </parent> <artifactId>wao-persistence</artifactId> Modified: trunk/wao-services/pom.xml =================================================================== --- trunk/wao-services/pom.xml 2014-07-02 12:38:09 UTC (rev 2121) +++ trunk/wao-services/pom.xml 2014-07-02 12:38:14 UTC (rev 2122) @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>4.0</version> + <version>4.1-SNAPSHOT</version> </parent> <artifactId>wao-services</artifactId> Modified: trunk/wao-web/pom.xml =================================================================== --- trunk/wao-web/pom.xml 2014-07-02 12:38:09 UTC (rev 2121) +++ trunk/wao-web/pom.xml 2014-07-02 12:38:14 UTC (rev 2122) @@ -5,7 +5,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>wao</artifactId> - <version>4.0</version> + <version>4.1-SNAPSHOT</version> </parent> <artifactId>wao-web</artifactId>