[java-parent-project] branch dev/JPAR-186 updated: Create new platform based on Java 17
Ian Young
ian at iay.org.uk
Tue Dec 21 12:10:22 UTC 2021
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=3ce3268accfa83629258f228c4d85cb18a212713
The following commit(s) were added to refs/heads/dev/JPAR-186 by this push:
new 3ce3268 Create new platform based on Java 17
3ce3268 is described below
commit 3ce3268accfa83629258f228c4d85cb18a212713
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 4e82637..d111731 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 V3 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