Author: maven-release Date: 2013-07-02 19:47:32 +0200 (Tue, 02 Jul 2013) New Revision: 257 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/257 Log: [maven-release-plugin] prepare release cantharella-1.1.3 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 2013-07-01 12:32:04 UTC (rev 256) +++ trunk/cantharella.data/pom.xml 2013-07-02 17:47:32 UTC (rev 257) @@ -5,7 +5,7 @@ <parent> <groupId>nc.ird</groupId> <artifactId>cantharella</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>cantharella.data</artifactId> Modified: trunk/cantharella.service/pom.xml =================================================================== --- trunk/cantharella.service/pom.xml 2013-07-01 12:32:04 UTC (rev 256) +++ trunk/cantharella.service/pom.xml 2013-07-02 17:47:32 UTC (rev 257) @@ -5,7 +5,7 @@ <parent> <artifactId>cantharella</artifactId> <groupId>nc.ird</groupId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>cantharella.service</artifactId> Modified: trunk/cantharella.utils/pom.xml =================================================================== --- trunk/cantharella.utils/pom.xml 2013-07-01 12:32:04 UTC (rev 256) +++ trunk/cantharella.utils/pom.xml 2013-07-02 17:47:32 UTC (rev 257) @@ -5,7 +5,7 @@ <parent> <groupId>nc.ird</groupId> <artifactId>cantharella</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>cantharella.utils</artifactId> Modified: trunk/cantharella.web/pom.xml =================================================================== --- trunk/cantharella.web/pom.xml 2013-07-01 12:32:04 UTC (rev 256) +++ trunk/cantharella.web/pom.xml 2013-07-02 17:47:32 UTC (rev 257) @@ -5,7 +5,7 @@ <parent> <artifactId>cantharella</artifactId> <groupId>nc.ird</groupId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> </parent> <artifactId>cantharella.web</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-07-01 12:32:04 UTC (rev 256) +++ trunk/pom.xml 2013-07-02 17:47:32 UTC (rev 257) @@ -10,7 +10,7 @@ <groupId>nc.ird</groupId> <artifactId>cantharella</artifactId> - <version>1.1.3-SNAPSHOT</version> + <version>1.1.3</version> <packaging>pom</packaging> <name>Cantharella</name> <description>Pharmacochemical database of natural substances</description> @@ -67,12 +67,12 @@ </developers> <scm> - <url>http://svn.forge.codelutin.com/svn/cantharella/trunk</url> + <url>http://svn.forge.codelutin.com/svn/cantharella/tags/cantharella-1.1.3</url> <connection> - scm:svn:http://svn.forge.codelutin.com/svn/cantharella/trunk + scm:svn:http://svn.forge.codelutin.com/svn/cantharella/tags/cantharella-1.1.3 </connection> <developerConnection> - scm:svn:http://svn.forge.codelutin.com/svn/cantharella/trunk + scm:svn:http://svn.forge.codelutin.com/svn/cantharella/tags/cantharella-1.1.3 </developerConnection> </scm>