Author: echatellier Date: 2016-01-06 17:04:02 +0100 (Wed, 06 Jan 2016) New Revision: 4313 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4313 Log: #7868: IsisFish n'execute pas les simulations sous Java 8 Modified: branches/isis-fish-4.3.1.x/pom.xml Modified: branches/isis-fish-4.3.1.x/pom.xml =================================================================== --- branches/isis-fish-4.3.1.x/pom.xml 2016-01-06 15:07:00 UTC (rev 4312) +++ branches/isis-fish-4.3.1.x/pom.xml 2016-01-06 16:04:02 UTC (rev 4313) @@ -11,7 +11,7 @@ <groupId>fr.ifremer</groupId> <artifactId>isis-fish</artifactId> - <version>4.3.1.2</version> + <version>4.3.1.3</version> <!-- POM Relationships : Inheritance : Dependencies --> <dependencies> @@ -291,7 +291,7 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.3.176</version> + <version>1.3.176_autocommitpatch</version> <scope>compile</scope> </dependency> @@ -693,9 +693,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:https://svn.codelutin.com/isis-fish/tags/isis-fish-4.3.1.2</connection> - <developerConnection>scm:svn:https://svn.codelutin.com/isis-fish/tags/isis-fish-4.3.1.2</developerConnection> - <url>https://svn.codelutin.com/isis-fish/tags/isis-fish-4.3.1.2</url> + <connection>scm:svn:https://svn.codelutin.com/isis-fish/branches/isis-fish-4.3.1.x</connection> + <developerConnection>scm:svn:https://svn.codelutin.com/isis-fish/branches/isis-fish-4.3.1.x</developerConnection> + <url>https://svn.codelutin.com/isis-fish/branches/isis-fish-4.3.1.x</url> </scm> <repositories>