You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2022/01/14 04:35:22 UTC

[sis] 02/02: Build configuration: upgrade Maven dependencies.

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 ecee3c979931c37fea5f2dde3a0660a37c1b1b7a
Author: Martin Desruisseaux <ma...@geomatys.com>
AuthorDate: Thu Jan 13 18:01:40 2022 +0100

    Build configuration: upgrade Maven dependencies.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index c9a86ae..ea99c90 100644
--- a/pom.xml
+++ b/pom.xml
@@ -668,7 +668,7 @@
       <!-- Compile -->
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>3.8.1</version>
+        <version>3.9.0</version>
         <configuration>
           <release>${maven.compiler.target}</release>
           <encoding>${project.build.sourceEncoding}</encoding>
@@ -706,7 +706,7 @@
            INDEX.LIST file is incomplete (which seem to happen in practice). -->
       <plugin>
         <artifactId>maven-jar-plugin</artifactId>
-        <version>3.2.0</version>
+        <version>3.2.2</version>
         <configuration>
           <archive>
             <addMavenDescriptor>false</addMavenDescriptor>