This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository wikitty. See https://gitlab.nuiton.org/nuiton/wikitty.git commit e1298e7cf26cf66de0c9e4eb7989564135b29711 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 11:09:17 2016 +0200 Fix build on jdk 7 --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e030d79..6e807e7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>8.1</version> + <version>10.2</version> </parent> <artifactId>wikitty</artifactId> @@ -214,9 +214,9 @@ <siteSourcesType>rst</siteSourcesType> <ciViewId>Wikitty</ciViewId> - <javaVersion>1.6</javaVersion> - <signatureArtifactId>java16</signatureArtifactId> - <signatureVersion>1.1</signatureVersion> + <javaVersion>1.7</javaVersion> + <signatureArtifactId>java17</signatureArtifactId> + <signatureVersion>1.0</signatureVersion> </properties> <repositories> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.