Author: maven-release Date: 2014-06-10 11:29:34 +0200 (Tue, 10 Jun 2014) New Revision: 183 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/183 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/faxtomail-persistence/pom.xml trunk/faxtomail-service/pom.xml trunk/faxtomail-ui-swing/pom.xml trunk/faxtomail-ui-web/pom.xml trunk/pom.xml Modified: trunk/faxtomail-persistence/pom.xml =================================================================== --- trunk/faxtomail-persistence/pom.xml 2014-06-10 09:29:28 UTC (rev 182) +++ trunk/faxtomail-persistence/pom.xml 2014-06-10 09:29:34 UTC (rev 183) @@ -25,7 +25,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: trunk/faxtomail-service/pom.xml =================================================================== --- trunk/faxtomail-service/pom.xml 2014-06-10 09:29:28 UTC (rev 182) +++ trunk/faxtomail-service/pom.xml 2014-06-10 09:29:34 UTC (rev 183) @@ -25,7 +25,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: trunk/faxtomail-ui-swing/pom.xml =================================================================== --- trunk/faxtomail-ui-swing/pom.xml 2014-06-10 09:29:28 UTC (rev 182) +++ trunk/faxtomail-ui-swing/pom.xml 2014-06-10 09:29:34 UTC (rev 183) @@ -28,12 +28,12 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> <artifactId>faxtomail-ui-swing</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <name>FaxToMail :: UI</name> <properties> Modified: trunk/faxtomail-ui-web/pom.xml =================================================================== --- trunk/faxtomail-ui-web/pom.xml 2014-06-10 09:29:28 UTC (rev 182) +++ trunk/faxtomail-ui-web/pom.xml 2014-06-10 09:29:34 UTC (rev 183) @@ -27,7 +27,7 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-06-10 09:29:28 UTC (rev 182) +++ trunk/pom.xml 2014-06-10 09:29:34 UTC (rev 183) @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>0.1</version> + <version>0.2-SNAPSHOT</version> <packaging>pom</packaging> <name>FaxToMail</name> @@ -71,9 +71,9 @@ </modules> <scm> - <url>https://svn.codelutin.com/faxtomail/tags/faxtomail-0.1</url> - <connection>scm:svn:https://svn.codelutin.com/faxtomail/tags/faxtomail-0.1</connection> - <developerConnection>scm:svn:http://svn.codelutin.com/faxtomail/tags/faxtomail-0.1</developerConnection> + <url>https://svn.codelutin.com/faxtomail/trunk</url> + <connection>scm:svn:https://svn.codelutin.com/faxtomail/trunk</connection> + <developerConnection>scm:svn:http://svn.codelutin.com/faxtomail/trunk</developerConnection> </scm> <distributionManagement> <site>