[java-parent-project] 01/04: Create new platform based on Java 17

Ian Young ian at iay.org.uk
Tue Mar 22 11:23:35 UTC 2022


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

iay pushed a commit to branch dev/JPAR-186
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=fff4fe522810121be1740fe9d121c1fc585d791e

commit fff4fe522810121be1740fe9d121c1fc585d791e
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 21 12:10:17 2021 +0000

    Create new platform based on Java 17
---
 pom.xml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b25c5ab..4117ef0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,17 +6,19 @@
 
     <groupId>net.shibboleth</groupId>
     <artifactId>parent</artifactId>
-    <version>11.2.2-SNAPSHOT</version>
+    <version>17.0.0-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>Shibboleth Project Java 11 Super POM</name>
+    <name>Shibboleth Project Java 17 Super POM</name>
     <description>
-        A POM containing properties, profiles, plugin configurations, etc. that are common across all Shibboleth V4 projects.
+        A POM containing properties, profiles, plugin configurations, etc. that
+        are common across all Shibboleth projects based on the Java 17
+        platform.
     </description>
 
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <maven.compiler.release>11</maven.compiler.release>
+        <maven.compiler.release>17</maven.compiler.release>
 
         <!-- A note about changing dependencies:
 

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


More information about the commits mailing list