[java-parent-project] 01/05: Create new platform based on Java 17
Ian Young
ian at iay.org.uk
Thu Mar 24 16:07:37 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=902489646a40522dafc7d750f40baf5cd7829238
commit 902489646a40522dafc7d750f40baf5cd7829238
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 1ed83c1..4dbdac7 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