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


The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
     new a21552b  Require Java 17 for compilation (not execution). @Deprecation 
annotation on packages is not allowed with older versions.
a21552b is described below

commit a21552b2eeb0a571776e20ce83743caf59b5b99f
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Fri Sep 24 18:06:53 2021 +0200

    Require Java 17 for compilation (not execution).
    @Deprecation annotation on packages is not allowed with older versions.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 715f72d..deb64ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -626,7 +626,7 @@
             <configuration>
               <rules>
                 <requireJavaVersion>
-                  <version>13</version>
+                  <version>17</version>
                 </requireJavaVersion>
               </rules>
             </configuration>

Reply via email to