Author: echatellier Date: 2014-02-05 10:05:56 +0100 (Wed, 05 Feb 2014) New Revision: 3881 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3881 Log: Update libs Modified: branches/4.0.1/pom.xml Modified: branches/4.0.1/pom.xml =================================================================== --- branches/4.0.1/pom.xml 2014-02-03 14:06:12 UTC (rev 3880) +++ branches/4.0.1/pom.xml 2014-02-05 09:05:56 UTC (rev 3881) @@ -6,7 +6,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>4.3</version> + <version>4.7</version> </parent> <groupId>fr.ifremer</groupId> @@ -289,7 +289,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.3.174</version> + <version>1.3.175</version> <scope>compile</scope> </dependency> @@ -328,7 +328,7 @@ <dependency> <groupId>org.tmatesoft.svnkit</groupId> <artifactId>svnkit</artifactId> - <version>1.7.8</version> + <version>1.8.3</version> <scope>compile</scope> </dependency> <!-- fin svnkit pour communication subversion --> @@ -483,10 +483,10 @@ <signatureVersion>1.0</signatureVersion> <!-- Dependencies version --> - <jaxxVersion>2.5.30</jaxxVersion> + <jaxxVersion>2.6</jaxxVersion> <eugeneVersion>2.6.3</eugeneVersion> <topiaVersion>2.8.1.3</topiaVersion> - <hibernateVersion>4.2.7.SP1</hibernateVersion> + <hibernateVersion>4.2.8.Final</hibernateVersion> <nuitonI18nVersion>2.5.2</nuitonI18nVersion> <nuitonWidgetsVersion>1.1.1</nuitonWidgetsVersion> @@ -528,13 +528,6 @@ <artifactId>i18n-maven-plugin</artifactId> <version>${nuitonI18nVersion}</version> </plugin> - <plugin> - <artifactId>maven-compiler-plugin</artifactId> - <configuration> - <showDeprecation>true</showDeprecation> - <showWarnings>true</showWarnings> - </configuration> - </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId>
participants (1)
-
echatellier@users.forge.codelutin.com