[java-metadata-aggregator] 02/02: MDA-274 - Port to Java 17

Ian Young ian at iay.org.uk
Tue Oct 25 13:57:17 UTC 2022


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch main
in repository java-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=efb046a956e16c204e2e93167046002c47e8401b

commit efb046a956e16c204e2e93167046002c47e8401b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 25 14:56:59 2022 +0100

    MDA-274 - Port to Java 17
    
    https://shibboleth.atlassian.net/browse/MDA-274
    
    First phase: adopt new Java 17 platform parent POM. This affects
    the compiler used and the version of Spring Framework referenced,
    but we are still using older versions of java-support and
    spring-framework.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0617524..4fe9bc3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.5-SNAPSHOT</version>
+        <version>17.0.0-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth Metadata Aggregator</name>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list