Author: tchemit Date: 2014-06-04 11:57:19 +0200 (Wed, 04 Jun 2014) New Revision: 1025 Url: http://forge.codelutin.com/projects/echobase/repository/revisions/1025 Log: fix pom urls + updates to mavenpom 5.0.8 and others libs Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-04-22 21:04:45 UTC (rev 1024) +++ trunk/pom.xml 2014-06-04 09:57:19 UTC (rev 1025) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>5.0.6</version> + <version>5.0.8</version> </parent> <groupId>fr.ifremer</groupId> @@ -84,7 +84,7 @@ </developers> <scm> - <url>https://svn.codelutin.com/repositories/browse/echobase/trunk</url> + <url>https://svn.codelutin.com/projects/echobase/repository/show/trunk</url> <connection> scm:svn:https://svn.codelutin.com/echobase/trunk </connection> @@ -140,7 +140,7 @@ <topiaVersion>3.0-beta-3</topiaVersion> <nuitonUtilsVersion>3.0-rc-2</nuitonUtilsVersion> - <nuitonI18nVersion>3.0</nuitonI18nVersion> + <nuitonI18nVersion>3.1</nuitonI18nVersion> <nuitonWebVersion>1.16</nuitonWebVersion> <struts2Version>2.3.16</struts2Version> <struts2Version>2.3.15.3</struts2Version> @@ -148,7 +148,7 @@ <jqueryPluginVersion>3.6.1</jqueryPluginVersion> <h2Version>1.3.175</h2Version> <postgresqlVersion>9.3-1101-jdbc41</postgresqlVersion> - <slf4jVersion>1.7.6</slf4jVersion> + <slf4jVersion>1.7.7</slf4jVersion> <licensePluginVersion>1.6</licensePluginVersion> <googleSearchEnabled>true</googleSearchEnabled> @@ -185,7 +185,7 @@ <dependency> <groupId>fr.ifremer.coser</groupId> <artifactId>coser-business</artifactId> - <version>1.5-alpha-3</version> + <version>1.5-SNAPSHOT</version> </dependency> <!-- librairie des lutins--> @@ -534,7 +534,7 @@ <plugin> <groupId>org.nuiton</groupId> <artifactId>nuiton-maven-report-plugin</artifactId> - <version>3.0-rc-1</version> + <version>3.0</version> <reportSets> <reportSet> <reports>
participants (1)
-
tchemit@users.forge.codelutin.com