Author: echatellier Date: 2013-11-28 10:19:52 +0100 (Thu, 28 Nov 2013) New Revision: 312 Url: http://forge.codelutin.com/projects/isis-fish-data/repository/revisions/312 Log: Update deps. Build with java7. Modified: branches/4.2.2/pom.xml Modified: branches/4.2.2/pom.xml =================================================================== --- branches/4.2.2/pom.xml 2013-11-28 09:19:27 UTC (rev 311) +++ branches/4.2.2/pom.xml 2013-11-28 09:19:52 UTC (rev 312) @@ -14,7 +14,7 @@ <packaging>jar</packaging> <!--Version --> - <version>4.2.2</version> + <version>4.3.0</version> <!--Description --> <description>Data for Isis-fish</description> @@ -36,10 +36,10 @@ <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> - <version>2.5.1</version> + <version>3.1</version> <configuration> - <source>1.6</source> - <target>1.6</target> + <source>1.7</source> + <target>1.7</target> <excludes> <exclude>**/simulations/**</exclude> <exclude>**/formules/**</exclude> @@ -74,7 +74,7 @@ <dependency> <groupId>fr.ifremer</groupId> <artifactId>isis-fish</artifactId> - <version>4.2.2.0-SNAPSHOT</version> + <version>4.3.0.0-beta1-SNAPSHOT</version> <scope>compile</scope> </dependency> </dependencies>
participants (1)
-
echatellier@users.forge.codelutin.com