Author: maven-release Date: 2014-06-11 16:35:55 +0200 (Wed, 11 Jun 2014) New Revision: 191 Url: http://forge.codelutin.com/projects/faxtomail/repository/revisions/191 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-11 14:35:50 UTC (rev 190) +++ trunk/faxtomail-persistence/pom.xml 2014-06-11 14:35:55 UTC (rev 191) @@ -25,7 +25,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>0.2</version> + <version>0.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: trunk/faxtomail-service/pom.xml =================================================================== --- trunk/faxtomail-service/pom.xml 2014-06-11 14:35:50 UTC (rev 190) +++ trunk/faxtomail-service/pom.xml 2014-06-11 14:35:55 UTC (rev 191) @@ -25,7 +25,7 @@ <parent> <artifactId>faxtomail</artifactId> <groupId>com.franciaflex</groupId> - <version>0.2</version> + <version>0.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> Modified: trunk/faxtomail-ui-swing/pom.xml =================================================================== --- trunk/faxtomail-ui-swing/pom.xml 2014-06-11 14:35:50 UTC (rev 190) +++ trunk/faxtomail-ui-swing/pom.xml 2014-06-11 14:35:55 UTC (rev 191) @@ -28,12 +28,12 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>0.2</version> + <version>0.3-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> <artifactId>faxtomail-ui-swing</artifactId> - <version>0.2</version> + <version>0.3-SNAPSHOT</version> <name>FaxToMail :: UI</name> <properties> Modified: trunk/faxtomail-ui-web/pom.xml =================================================================== --- trunk/faxtomail-ui-web/pom.xml 2014-06-11 14:35:50 UTC (rev 190) +++ trunk/faxtomail-ui-web/pom.xml 2014-06-11 14:35:55 UTC (rev 191) @@ -27,7 +27,7 @@ <parent> <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>0.2</version> + <version>0.3-SNAPSHOT</version> </parent> <groupId>com.franciaflex.faxtomail</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-06-11 14:35:50 UTC (rev 190) +++ trunk/pom.xml 2014-06-11 14:35:55 UTC (rev 191) @@ -32,7 +32,7 @@ <groupId>com.franciaflex</groupId> <artifactId>faxtomail</artifactId> - <version>0.2</version> + <version>0.3-SNAPSHOT</version> <packaging>pom</packaging> <name>FaxToMail</name> @@ -71,9 +71,9 @@ </modules> <scm> - <url>https://svn.codelutin.com/faxtomail/tags/faxtomail-0.2</url> - <connection>scm:svn:https://svn.codelutin.com/faxtomail/tags/faxtomail-0.2</connection> - <developerConnection>scm:svn:http://svn.codelutin.com/faxtomail/tags/faxtomail-0.2</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>