branch develop updated (cd669df -> 843211d)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository nuiton-j2r. See http://git.nuiton.org/nuiton-j2r.git from cd669df Update pom new 843211d Update configuration 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 843211d9b3c56d3419d90d613aba29d831f27ece Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 10:12:03 2016 +0100 Update configuration Summary of changes: pom.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 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 nuiton-j2r. See http://git.nuiton.org/nuiton-j2r.git commit 843211d9b3c56d3419d90d613aba29d831f27ece Author: Eric Chatellier <chatellier@codelutin.com> Date: Thu Mar 3 10:12:03 2016 +0100 Update configuration --- pom.xml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index e44e8be..155baeb 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>nuitonpom</artifactId> - <version>8</version> + <version>8.1</version> </parent> <artifactId>nuiton-j2r</artifactId> @@ -104,13 +104,6 @@ <url>https://gitlab.nuiton.org/nuiton/nuiton-j2r</url> </scm> - <distributionManagement> - <site> - <id>${site.server}</id> - <url>${site.url}</url> - </site> - </distributionManagement> - <properties> <!-- redmine project Id --> @@ -129,6 +122,10 @@ <redmine.releaseFiles>${redmine.libReleaseFiles}</redmine.releaseFiles> <skipPostRelease>false</skipPostRelease> <ciViewId>${projectId}</ciViewId> + + <javaVersion>1.6</javaVersion> + <signatureArtifactId>java16</signatureArtifactId> + <signatureVersion>1.1</signatureVersion> </properties> <dependencies> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm