Author: echatellier Date: 2013-02-11 13:38:02 +0100 (Mon, 11 Feb 2013) New Revision: 1107 Url: http://forge.codelutin.com/projects/coser/repository/revisions/1107 Log: [maven-release-plugin] prepare release coser-1.4.1 Modified: trunk/coser-business/pom.xml trunk/coser-ui/pom.xml trunk/coser-web/pom.xml trunk/pom.xml Modified: trunk/coser-business/pom.xml =================================================================== --- trunk/coser-business/pom.xml 2013-02-08 16:59:04 UTC (rev 1106) +++ trunk/coser-business/pom.xml 2013-02-11 12:38:02 UTC (rev 1107) @@ -6,7 +6,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coser</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.1</version> </parent> <groupId>fr.ifremer.coser</groupId> Modified: trunk/coser-ui/pom.xml =================================================================== --- trunk/coser-ui/pom.xml 2013-02-08 16:59:04 UTC (rev 1106) +++ trunk/coser-ui/pom.xml 2013-02-11 12:38:02 UTC (rev 1107) @@ -6,7 +6,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coser</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.1</version> </parent> <groupId>fr.ifremer.coser</groupId> Modified: trunk/coser-web/pom.xml =================================================================== --- trunk/coser-web/pom.xml 2013-02-08 16:59:04 UTC (rev 1106) +++ trunk/coser-web/pom.xml 2013-02-11 12:38:02 UTC (rev 1107) @@ -6,7 +6,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>coser</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.1</version> </parent> <groupId>fr.ifremer.coser</groupId> Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2013-02-08 16:59:04 UTC (rev 1106) +++ trunk/pom.xml 2013-02-11 12:38:02 UTC (rev 1107) @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>coser</artifactId> - <version>1.4.1-SNAPSHOT</version> + <version>1.4.1</version> <packaging>pom</packaging> <modules> @@ -353,9 +353,9 @@ </properties> <scm> - <connection>scm:svn:http://svn.forge.codelutin.com/svn/coser/trunk</connection> - <developerConnection>scm:svn:http://svn.forge.codelutin.com/svn/coser/trunk</developerConnection> - <url>http://forge.codelutin.com/repositories/browse/coser/trunk</url> + <connection>scm:svn:http://svn.forge.codelutin.com/svn/coser/tags/coser-1.4.1</connection> + <developerConnection>scm:svn:http://svn.forge.codelutin.com/svn/coser/tags/coser-1.4.1</developerConnection> + <url>http://forge.codelutin.com/repositories/browse/coser/tags/coser-1.4.1</url> </scm> <build>