This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
commit 571791879e10a37c6ffe80d7680326bbb078f342 Author: Martin Desruisseaux <[email protected]> AuthorDate: Sat Nov 3 17:41:52 2018 +0100 Upgrade some Maven plugin dependencies. --- core/sis-build-helper/pom.xml | 2 +- pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/core/sis-build-helper/pom.xml b/core/sis-build-helper/pom.xml index c2f2897..ae608e9 100644 --- a/core/sis-build-helper/pom.xml +++ b/core/sis-build-helper/pom.xml @@ -102,7 +102,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> - <version>3.5.2</version> + <version>3.6.0</version> <executions> <execution> <id>default-descriptor</id> diff --git a/pom.xml b/pom.xml index d836c56..ac07005 100644 --- a/pom.xml +++ b/pom.xml @@ -687,6 +687,7 @@ <!-- Set "*-source-release.zip" filename prefix to "sis-*" instead of "parent-*" --> <plugin> <artifactId>maven-assembly-plugin</artifactId> + <version>3.1.0</version> <executions> <execution> <id>source-release-assembly</id> @@ -925,7 +926,7 @@ <plugin> <groupId>org.eclipse.jetty</groupId> <artifactId>jetty-maven-plugin</artifactId> - <version>9.4.11.v20180605</version> + <version>9.4.12.v20180830</version> </plugin> </plugins> </pluginManagement>
