Author: tchemit Date: 2014-03-20 09:26:02 +0100 (Thu, 20 Mar 2014) New Revision: 1625 Url: http://forge.codelutin.com/projects/tutti/repository/revisions/1625 Log: use mavenpom 5.0.2 + improve pom Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2014-03-17 10:12:46 UTC (rev 1624) +++ trunk/pom.xml 2014-03-20 08:26:02 UTC (rev 1625) @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>mavenpom4redmine</artifactId> - <version>5.0.1</version> + <version>5.0.2</version> </parent> <groupId>fr.ifremer</groupId> @@ -125,8 +125,7 @@ <projectId>tutti</projectId> <!-- Java version --> - <maven.compiler.source>1.7</maven.compiler.source> - <maven.compiler.target>1.7</maven.compiler.target> + <javaVersion>1.7</javaVersion> <signatureArtifactId>java17</signatureArtifactId> <signatureVersion>1.0</signatureVersion> @@ -143,19 +142,21 @@ <springVersion>3.2.3.RELEASE</springVersion> <hsqldbVersion>1.8.0.10</hsqldbVersion> + <!-- I18n configuration --> <i18n.bundles>fr_FR,en_GB</i18n.bundles> <i18n.silent>true</i18n.silent> - <!-- locales for the site generation, by default only french --> - <locales>fr</locales> - - <!-- do not relatize links in generated site --> - <relativizeDecorationLinks>false</relativizeDecorationLinks> - + <!-- Release configuration --> + <releaseEmail>noreply@$forge.codelutin.com</releaseEmail> +5. <!-- license header configuration --> <license.organizationName>Ifremer</license.organizationName> <license.licenseName>gpl_v3</license.licenseName> + <!-- Site configuration --> + <locales>fr</locales> + <relativizeDecorationLinks>false</relativizeDecorationLinks> + <!-- Last JRE version to use --> <jreVersion>1.7.51</jreVersion>