Author: maven-release Date: 2013-06-24 09:46:06 +0200 (Mon, 24 Jun 2013) New Revision: 249 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/249 Log: [maven-release-plugin] prepare release cantharella-1.1.1 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-06-24 07:44:24 UTC (rev 248) +++ trunk/cantharella.data/pom.xml 2013-06-24 07:46:06 UTC (rev 249) @@ -5,7 +5,7 @@ <parent> <groupId>nc.ird</groupId> <artifactId>cantharella</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <artifactId>cantharella.data</artifactId> Modified: trunk/cantharella.service/pom.xml =================================================================== --- trunk/cantharella.service/pom.xml 2013-06-24 07:44:24 UTC (rev 248) +++ trunk/cantharella.service/pom.xml 2013-06-24 07:46:06 UTC (rev 249) @@ -5,7 +5,7 @@ <parent> <artifactId>cantharella</artifactId> <groupId>nc.ird</groupId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <artifactId>cantharella.service</artifactId> Modified: trunk/cantharella.utils/pom.xml =================================================================== --- trunk/cantharella.utils/pom.xml 2013-06-24 07:44:24 UTC (rev 248) +++ trunk/cantharella.utils/pom.xml 2013-06-24 07:46:06 UTC (rev 249) @@ -5,7 +5,7 @@ <parent> <groupId>nc.ird</groupId> <artifactId>cantharella</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <artifactId>cantharella.utils</artifactId> Modified: trunk/cantharella.web/pom.xml =================================================================== --- trunk/cantharella.web/pom.xml 2013-06-24 07:44:24 UTC (rev 248) +++ trunk/cantharella.web/pom.xml 2013-06-24 07:46:06 UTC (rev 249) @@ -5,7 +5,7 @@ <parent> <artifactId>cantharella</artifactId> <groupId>nc.ird</groupId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</version> </parent> <artifactId>cantharella.web</artifactId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-06-24 07:44:24 UTC (rev 248) +++ trunk/pom.xml 2013-06-24 07:46:06 UTC (rev 249) @@ -10,7 +10,7 @@ <groupId>nc.ird</groupId> <artifactId>cantharella</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.1.1</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.1</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.1 </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.1 </developerConnection> </scm>