Author: echatellier Date: 2013-10-28 18:11:18 +0100 (Mon, 28 Oct 2013) New Revision: 3824 Url: http://forge.codelutin.com/projects/isis-fish/repository/revisions/3824 Log: Use java 7 signature Modified: branches/4.0.1/pom.xml Modified: branches/4.0.1/pom.xml =================================================================== --- branches/4.0.1/pom.xml 2013-10-28 16:58:02 UTC (rev 3823) +++ branches/4.0.1/pom.xml 2013-10-28 17:11:18 UTC (rev 3824) @@ -472,8 +472,8 @@ <license.organizationName>Ifremer, Codelutin</license.organizationName> <maven.compiler.source>1.7</maven.compiler.source> <maven.compiler.target>1.7</maven.compiler.target> - <signatureArtifactId>java16</signatureArtifactId> - <signatureVersion>1.1</signatureVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> <!-- Dependencies version --> <jaxxVersion>2.5.28</jaxxVersion>