[java-parent-project] 01/08: JPAR-186 - Create Java 17 + Spring Framework 6 + Jakarta EE 9 platform
Ian Young
ian at iay.org.uk
Thu May 26 13:43:05 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=03533840b94e22f2cb89293478001dae4073da9c
commit 03533840b94e22f2cb89293478001dae4073da9c
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 21 12:10:17 2021 +0000
JPAR-186 - Create Java 17 + Spring Framework 6 + Jakarta EE 9 platform
https://shibboleth.atlassian.net/browse/JPAR-186
---
pom.xml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index baf09e0..445d48c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,17 +6,19 @@
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.4-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