r1831 - in trunk: . tutti-ichtyometer tutti-persistence tutti-service tutti-ui-swing
Author: tchemit Date: 2014-06-02 17:19:49 +0200 (Mon, 02 Jun 2014) New Revision: 1831 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/1831 Log: [maven-release-plugin] prepare release tutti-3.5 Modified: trunk/pom.xml trunk/tutti-ichtyometer/pom.xml trunk/tutti-persistence/pom.xml trunk/tutti-service/pom.xml trunk/tutti-ui-swing/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-06-02 13:57:04 UTC (rev 1830) +++ trunk/pom.xml 2014-06-02 15:19:49 UTC (rev 1831) @@ -32,7 +32,7 @@ <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.5-SNAPSHOT</version> + <version>3.5</version> <packaging>pom</packaging> <name>Tutti</name> @@ -99,13 +99,13 @@ <scm> <url> - https://forge.codelutin.com/projects/tutti/repository/trunk + https://forge.codelutin.com/projects/tutti/repository/tags/tutti-3.5 </url> <connection> - scm:svn:http://svn.codelutin.com/tutti/trunk + scm:svn:http://svn.codelutin.com/tutti/tags/tutti-3.5 </connection> <developerConnection> - scm:svn:https://svn.codelutin.com/tutti/trunk + scm:svn:https://svn.codelutin.com/tutti/tags/tutti-3.5 </developerConnection> </scm> <distributionManagement> Modified: trunk/tutti-ichtyometer/pom.xml =================================================================== --- trunk/tutti-ichtyometer/pom.xml 2014-06-02 13:57:04 UTC (rev 1830) +++ trunk/tutti-ichtyometer/pom.xml 2014-06-02 15:19:49 UTC (rev 1831) @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.5-SNAPSHOT</version> + <version>3.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> Modified: trunk/tutti-persistence/pom.xml =================================================================== --- trunk/tutti-persistence/pom.xml 2014-06-02 13:57:04 UTC (rev 1830) +++ trunk/tutti-persistence/pom.xml 2014-06-02 15:19:49 UTC (rev 1831) @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.5-SNAPSHOT</version> + <version>3.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> Modified: trunk/tutti-service/pom.xml =================================================================== --- trunk/tutti-service/pom.xml 2014-06-02 13:57:04 UTC (rev 1830) +++ trunk/tutti-service/pom.xml 2014-06-02 15:19:49 UTC (rev 1831) @@ -27,7 +27,7 @@ <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.5-SNAPSHOT</version> + <version>3.5</version> </parent> <groupId>fr.ifremer.tutti</groupId> Modified: trunk/tutti-ui-swing/pom.xml =================================================================== --- trunk/tutti-ui-swing/pom.xml 2014-06-02 13:57:04 UTC (rev 1830) +++ trunk/tutti-ui-swing/pom.xml 2014-06-02 15:19:49 UTC (rev 1831) @@ -21,14 +21,13 @@ #L% --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>fr.ifremer</groupId> <artifactId>tutti</artifactId> - <version>3.5-SNAPSHOT</version> + <version>3.5</version> </parent> <groupId>fr.ifremer.tutti</groupId>
participants (1)
-
tchemit@users.forge.codelutin.com