Author: echatellier Date: 2016-03-14 10:34:45 +0100 (Mon, 14 Mar 2016) New Revision: 4341 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/4341 Log: fixes #8122: Use nuiton-i18n 3.4.1 (java 7 compatibility) fixes #8123: Use openmap 5.1.13-1 (java 7 compatibility) Modified: branches/isis-fish-4.4.0.x/pom.xml Modified: branches/isis-fish-4.4.0.x/pom.xml =================================================================== --- branches/isis-fish-4.4.0.x/pom.xml 2016-03-14 09:12:17 UTC (rev 4340) +++ branches/isis-fish-4.4.0.x/pom.xml 2016-03-14 09:34:45 UTC (rev 4341) @@ -298,7 +298,7 @@ <dependency> <groupId>com.bbn</groupId> <artifactId>openmap</artifactId> - <version>5.1.13</version> + <version>5.1.13-1</version> <scope>compile</scope> </dependency> @@ -561,7 +561,7 @@ <eugeneVersion>2.14</eugeneVersion> <topiaVersion>2.11</topiaVersion> <hibernateVersion>4.3.11.Final</hibernateVersion> - <nuitonI18nVersion>3.4</nuitonI18nVersion> + <nuitonI18nVersion>3.4.1</nuitonI18nVersion> <nuitonWidgetsVersion>1.1.1</nuitonWidgetsVersion> <redmine.releaseFiles>target/isis-fish-${project.version}-bin.zip</redmine.releaseFiles> @@ -679,6 +679,35 @@ <plugins> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-enforcer-plugin</artifactId> + <version>1.4.1</version> + <executions> + <execution> + <id>enforce-bytecode-version</id> + <goals> + <goal>enforce</goal> + </goals> + <configuration> + <rules> + <enforceBytecodeVersion> + <maxJdkVersion>1.7</maxJdkVersion> + </enforceBytecodeVersion> + </rules> + <fail>true</fail> + </configuration> + </execution> + </executions> + <dependencies> + <dependency> + <groupId>org.codehaus.mojo</groupId> + <artifactId>extra-enforcer-rules</artifactId> + <version>1.0-beta-4</version> + </dependency> + </dependencies> + </plugin> + + <plugin> <groupId>org.nuiton.eugene</groupId> <artifactId>eugene-maven-plugin</artifactId> <executions> @@ -770,9 +799,9 @@ <!-- *** Build Environment ************************************** --> <!-- ************************************************************* --> <scm> - <connection>scm:svn:https://svn.codelutin.com/isis-fish/tags/isis-fish-4.4.0.0</connection> - <developerConnection>scm:svn:https://svn.codelutin.com/isis-fish/tags/isis-fish-4.4.0.0</developerConnection> - <url>https://svn.codelutin.com/isis-fish/tags/isis-fish-4.4.0.0</url> + <connection>scm:svn:https://svn.codelutin.com/isis-fish/branches/isis-fish-4.4.0.x</connection> + <developerConnection>scm:svn:https://svn.codelutin.com/isis-fish/branches/isis-fish-4.4.0.x</developerConnection> + <url>https://svn.codelutin.com/isis-fish/branches/isis-fish-4.4.0.x</url> </scm> <repositories>