branch develop updated (7ceb33a -> 15bf8ac)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pom. See http://git.nuiton.org/pom.git from 7ceb33a suppression du profile snapshot-site (plus nécessaire) (See #3892) new 4d2ba62 Utilisation de maven-helper-plugin 2.3.1 + re-simplification de la configuration (See #3892) new a3fec60 Update fluido skin to 1.5 (Fixes #3898) new 3bbff95 Align javaDoc jre version to the one defined in javaVersion property new 15bf8ac Update animal-sniffer-maven-plugin to 1.15 (Fixes #3899) The 4 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 15bf8aca6b147682a9be128e220deadb9b9a6c23 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Feb 28 14:08:39 2016 +0100 Update animal-sniffer-maven-plugin to 1.15 (Fixes #3899) commit 3bbff9521ce325f9849d7cd938b78446caf71030 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Feb 28 14:08:03 2016 +0100 Align javaDoc jre version to the one defined in javaVersion property commit a3fec60eb395d6760cfa6a7ca2f1047f4519f6ef Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 27 17:38:44 2016 +0100 Update fluido skin to 1.5 (Fixes #3898) commit 4d2ba626eb97e5453111ad933e89655b91357e60 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 27 17:36:15 2016 +0100 Utilisation de maven-helper-plugin 2.3.1 + re-simplification de la configuration (See #3892) Summary of changes: pom.xml | 16 ++++++++-------- 1 file changed, 8 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 pom. See http://git.nuiton.org/pom.git commit 4d2ba626eb97e5453111ad933e89655b91357e60 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 27 17:36:15 2016 +0100 Utilisation de maven-helper-plugin 2.3.1 + re-simplification de la configuration (See #3892) --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 9486146..fdc6d98 100644 --- a/pom.xml +++ b/pom.xml @@ -232,7 +232,7 @@ <!-- ////////////////////////////////////////////////////////////////// --> <!-- our plugins --> - <helperPluginVersion>2.3</helperPluginVersion> + <helperPluginVersion>2.3.1</helperPluginVersion> <jredminePluginVersion>1.9</jredminePluginVersion> <jrstPluginVersion>2.1</jrstPluginVersion> @@ -804,13 +804,13 @@ <artifactId>helper-maven-plugin</artifactId> <executions> <execution> - <goals><goal>compute-distribution-site-url</goal></goals> + <id>compute-distribution-site-url</id> + <goals> + <goal>compute-distribution-site-url</goal> + </goals> <phase>pre-site</phase> </execution> </executions> - <configuration> - <runOnce>true</runOnce> - </configuration> </plugin> <!-- http://nuiton.org/issues/1683 : creates the surefire-workdir --> -- 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 pom. See http://git.nuiton.org/pom.git commit a3fec60eb395d6760cfa6a7ca2f1047f4519f6ef Author: Tony CHEMIT <chemit@codelutin.com> Date: Sat Feb 27 17:38:44 2016 +0100 Update fluido skin to 1.5 (Fixes #3898) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fdc6d98..1db7100 100644 --- a/pom.xml +++ b/pom.xml @@ -340,7 +340,7 @@ <!-- ////////////////////////////////////////////////////////////////// --> <!-- fluido skin version --> - <fluidoSkinVersion>1.4</fluidoSkinVersion> + <fluidoSkinVersion>1.5</fluidoSkinVersion> <!-- where to get common site resources --> <siteCommonResourcesUrl>http://common.nuiton.org/dev</siteCommonResourcesUrl> -- 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 pom. See http://git.nuiton.org/pom.git commit 3bbff9521ce325f9849d7cd938b78446caf71030 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Feb 28 14:08:03 2016 +0100 Align javaDoc jre version to the one defined in javaVersion property --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1db7100..2938b68 100644 --- a/pom.xml +++ b/pom.xml @@ -324,7 +324,7 @@ <!-- pour modifier la verbosite de la javadoc --> <maven.javadoc.quiet>true</maven.javadoc.quiet> <!-- pour definir la version de l'api de la jre à inclure dans le site --> - <javadocJreApiVersion>7</javadocJreApiVersion> + <javadocJreApiVersion>${javaVersion}</javadocJreApiVersion> <!-- ////////////////////////////////////////////////////////////////// --> <!-- //// License configuration //// --> -- 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 pom. See http://git.nuiton.org/pom.git commit 15bf8aca6b147682a9be128e220deadb9b9a6c23 Author: Tony CHEMIT <chemit@codelutin.com> Date: Sun Feb 28 14:08:39 2016 +0100 Update animal-sniffer-maven-plugin to 1.15 (Fixes #3899) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2938b68..6f01c50 100644 --- a/pom.xml +++ b/pom.xml @@ -265,7 +265,7 @@ <!-- codehaus mojo plugins --> <buildHelperPluginVersion>1.10</buildHelperPluginVersion> <buildNumberPluginVersion>1.4</buildNumberPluginVersion> - <animalSnifferPluginVersion>1.14</animalSnifferPluginVersion> + <animalSnifferPluginVersion>1.15</animalSnifferPluginVersion> <coberturaPluginVersion>2.7</coberturaPluginVersion> <execPluginVersion>1.4.0</execPluginVersion> <findbugsPluginVersion>3.0.3</findbugsPluginVersion> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.
participants (1)
-
nuiton.org scm