branch develop updated (1d16043 -> e1298e7)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository wikitty. See https://gitlab.nuiton.org/nuiton/wikitty.git from 1d16043 Update parent pom new e1298e7 Fix build on jdk 7 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: commit e1298e7cf26cf66de0c9e4eb7989564135b29711 Author: CHRE <CHATELLIER@codelutin.com> Date: Tue Aug 9 11:09:17 2016 +0200 Fix build on jdk 7 Summary of changes: pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
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>.
participants (1)
-
nuiton.org scm