Author: maven-release Date: 2014-05-07 10:30:33 +0200 (Wed, 07 May 2014) New Revision: 276 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/276 Log: [maven-release-plugin] prepare for next development iteration Modified: trunk/cantharella.data/pom.xml trunk/cantharella.service/pom.xml trunk/cantharella.utils/pom.xml trunk/cantharella.web/pom.xml trunk/pom.xml Modified: trunk/cantharella.data/pom.xml =================================================================== --- trunk/cantharella.data/pom.xml 2014-05-07 08:30:25 UTC (rev 275) +++ trunk/cantharella.data/pom.xml 2014-05-07 08:30:33 UTC (rev 276) @@ -5,7 +5,7 @@ <parent> <groupId>nc.ird</groupId> <artifactId>cantharella</artifactId> - <version>1.2</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>cantharella.data</artifactId> Modified: trunk/cantharella.service/pom.xml =================================================================== --- trunk/cantharella.service/pom.xml 2014-05-07 08:30:25 UTC (rev 275) +++ trunk/cantharella.service/pom.xml 2014-05-07 08:30:33 UTC (rev 276) @@ -5,7 +5,7 @@ <parent> <artifactId>cantharella</artifactId> <groupId>nc.ird</groupId> - <version>1.2</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>cantharella.service</artifactId> Modified: trunk/cantharella.utils/pom.xml =================================================================== --- trunk/cantharella.utils/pom.xml 2014-05-07 08:30:25 UTC (rev 275) +++ trunk/cantharella.utils/pom.xml 2014-05-07 08:30:33 UTC (rev 276) @@ -5,7 +5,7 @@ <parent> <groupId>nc.ird</groupId> <artifactId>cantharella</artifactId> - <version>1.2</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>cantharella.utils</artifactId> Modified: trunk/cantharella.web/pom.xml =================================================================== --- trunk/cantharella.web/pom.xml 2014-05-07 08:30:25 UTC (rev 275) +++ trunk/cantharella.web/pom.xml 2014-05-07 08:30:33 UTC (rev 276) @@ -5,7 +5,7 @@ <parent> <artifactId>cantharella</artifactId> <groupId>nc.ird</groupId> - <version>1.2</version> + <version>1.2.1-SNAPSHOT</version> </parent> <artifactId>cantharella.web</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-05-07 08:30:25 UTC (rev 275) +++ trunk/pom.xml 2014-05-07 08:30:33 UTC (rev 276) @@ -10,7 +10,7 @@ <groupId>nc.ird</groupId> <artifactId>cantharella</artifactId> - <version>1.2</version> + <version>1.2.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Cantharella</name> <description>Pharmacochemical database of natural substances</description> @@ -67,9 +67,9 @@ </developers> <scm> - <url>https://svn.codelutin.com/cantharella/tags/cantharella-1.2</url> - <connection>scm:svn:https://svn.codelutin.com/cantharella/tags/cantharella-1.2</connection> - <developerConnection>scm:svn:https://svn.codelutin.com/cantharella/tags/cantharella-1.2</developerConnection> + <url>https://svn.codelutin.com/cantharella/trunk</url> + <connection>scm:svn:https://svn.codelutin.com/cantharella/trunk</connection> + <developerConnection>scm:svn:https://svn.codelutin.com/cantharella/trunk</developerConnection> </scm> <distributionManagement>