[java-parent-project] 01/05: Create new platform based on Java 17
Ian Young
ian at iay.org.uk
Thu Apr 28 14:47:15 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=1942596c0dd38254ef3b9f62a594ecf21df1f717
commit 1942596c0dd38254ef3b9f62a594ecf21df1f717
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 | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index d37aae8..916e3ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,17 +6,23 @@
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
+<<<<<<< HEAD
<version>11.3.3-SNAPSHOT</version>
+=======
+ <version>17.0.0-SNAPSHOT</version>
+>>>>>>> 9024896 (Create new platform based on Java 17)
<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