This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository jtimer. See https://gitlab.nuiton.org/chorem/jtimer.git commit 910314347a504e4c931d06ca42cdc6a1d563b3dc Author: Eric Chatellier <chatellier@codelutin.com> Date: Mon Feb 27 17:57:28 2017 +0100 Update libs --- pom.xml | 30 ++++++++++-------------------- src/main/assembly/bin.xml | 5 +++-- src/site/site.xml | 9 ++------- 3 files changed, 15 insertions(+), 29 deletions(-) diff --git a/pom.xml b/pom.xml index c53738a..25ee1ec 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <parent> <groupId>org.nuiton</groupId> <artifactId>chorempom</artifactId> - <version>10.5</version> + <version>11-SNAPSHOT</version> </parent> <groupId>org.chorem</groupId> @@ -60,17 +60,7 @@ <role>Développeur</role> </roles> </developer> - <developer> - <name>Tony Chemit</name> - <id>tchemit</id> - <email>chemit at codelutin dot com</email> - <organization>Code Lutin</organization> - <organizationUrl>http://www.codelutin.com/</organizationUrl> - <timezone>Europe/Paris</timezone> - <roles> - <role>Développeur</role> - </roles> - </developer> + <developer> <name>Arnaud Thimel</name> <id>athimel</id> @@ -86,7 +76,14 @@ <contributors> <contributor> <name>Stéphane Chorlet</name> - <timezone>+2</timezone> + <timezone>Europe/Paris</timezone> + <roles> + <role>Développeur</role> + </roles> + </contributor> + <contributor> + <name>Tony Chemit</name> + <timezone>Europe/Paris</timezone> <roles> <role>Développeur</role> </roles> @@ -108,17 +105,10 @@ <!-- license to use --> <license.licenseName>gpl_v3</license.licenseName> - - <!-- files to deploy to redmine --> <redmine.releaseFiles>target/${project.artifactId}-${project.version}.zip</redmine.releaseFiles> - - <!-- Post Release configuration --> <skipPostRelease>false</skipPostRelease> - - <!-- jnlp configuration --> <jnlpFileName>jTimer.jnlp</jnlpFileName> <ciViewId>JTimer</ciViewId> - <javaVersion>1.8</javaVersion> <signatureArtifactId>java18</signatureArtifactId> <signatureVersion>1.0</signatureVersion> diff --git a/src/main/assembly/bin.xml b/src/main/assembly/bin.xml index aafc9a2..a98eb3a 100644 --- a/src/main/assembly/bin.xml +++ b/src/main/assembly/bin.xml @@ -21,8 +21,9 @@ #L% --> -<assembly xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/assembly-1.1.3.xsd"> +<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd"> <id>bin</id> <formats> <format>zip</format> diff --git a/src/site/site.xml b/src/site/site.xml index 00585dd..7ac3ffc 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -47,13 +47,6 @@ <href>http://www.codelutin.com</href> </bannerRight> - <poweredBy> - <logo href="http://docutils.sourceforge.net/rst.html" - name="ReStructuredText" img="${siteCommonResourcesUrl}/images/logos/restructuredtext-logo.png"/> - <logo href="http://maven-site.nuiton.org/jrst" name="JRst" - img="${siteCommonResourcesUrl}/images/logos/jrst-logo.png"/> - </poweredBy> - <body> <links> @@ -95,11 +88,13 @@ <menu ref="reports"/> <footer> + <![CDATA[ <div id='mavenProjectProperties' locale='en' projectId='${project.projectId}' version='${project.siteDeployClassifier}' sourcesType='rst' scmwebeditor_vmFiles=",index,"/> + ]]> </footer> </body> -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.