This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pom. See https://gitlab.nuiton.org/nuiton/pom.git commit 684c96a7b73e1bf1a5f8b1c30549d1a87d94f63f Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Sep 13 16:41:38 2016 +0200 Introduce m-share-p 2.4.3 (Fixes #4028) --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 6426871..a623890 100644 --- a/pom.xml +++ b/pom.xml @@ -276,6 +276,7 @@ <releasePluginVersion>2.5.3</releasePluginVersion> <remoteResourcesPluginVersion>1.5</remoteResourcesPluginVersion> <resourcesPluginVersion>3.0.1</resourcesPluginVersion> + <shadePluginVersion>2.4.3</shadePluginVersion> <sitePluginVersion>3.4</sitePluginVersion> <sourcePluginVersion>3.0.1</sourcePluginVersion> <surefirePluginVersion>2.19.1</surefirePluginVersion> @@ -573,6 +574,11 @@ </plugin> <plugin> + <artifactId>maven-shade-plugin</artifactId> + <version>${shadePluginVersion}</version> + </plugin> + + <plugin> <artifactId>maven-site-plugin</artifactId> <version>${sitePluginVersion}</version> <configuration> -- To stop receiving notification emails like this one, please contact nuiton.org SCM administrator <admin+scm@nuiton.org>.