[java-metadata-aggregator] 01/01: WIP branch adopting Java 17 platform
Ian Young
ian at iay.org.uk
Thu Aug 18 15:05:42 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-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=2e04acd7e9033722164ec02d71c99638bf81dd14
commit 2e04acd7e9033722164ec02d71c99638bf81dd14
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Apr 28 16:15:04 2022 +0100
WIP branch adopting Java 17 platform
---
mda-bom/pom.xml | 2 +-
mda-cli/pom.xml | 2 +-
mda-distribution/pom.xml | 2 +-
mda-framework/pom.xml | 2 +-
mda-keylists-rsa/pom.xml | 2 +-
pom.xml | 8 ++++----
6 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/mda-bom/pom.xml b/mda-bom/pom.xml
index ed124d3..b026a5a 100644
--- a/mda-bom/pom.xml
+++ b/mda-bom/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<name>Bill of Materials</name>
diff --git a/mda-cli/pom.xml b/mda-cli/pom.xml
index 9654dd5..03dff92 100644
--- a/mda-cli/pom.xml
+++ b/mda-cli/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<name>Command Line Interface</name>
diff --git a/mda-distribution/pom.xml b/mda-distribution/pom.xml
index 45e38cf..95dfbb6 100644
--- a/mda-distribution/pom.xml
+++ b/mda-distribution/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<name>Distribution Packages</name>
diff --git a/mda-framework/pom.xml b/mda-framework/pom.xml
index 0b74aa8..dfcf739 100644
--- a/mda-framework/pom.xml
+++ b/mda-framework/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<name>Processing Framework</name>
diff --git a/mda-keylists-rsa/pom.xml b/mda-keylists-rsa/pom.xml
index 6915a86..7d9d1f9 100644
--- a/mda-keylists-rsa/pom.xml
+++ b/mda-keylists-rsa/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
</parent>
<name>RSA Key Lists</name>
diff --git a/pom.xml b/pom.xml
index 156382c..f772cda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.4</version>
+ <version>17.0.0-SNAPSHOT</version>
</parent>
<name>Shibboleth Metadata Aggregator</name>
@@ -21,7 +21,7 @@
<groupId>net.shibboleth.metadata</groupId>
<artifactId>mda-parent</artifactId>
- <version>0.10.0-SNAPSHOT</version>
+ <version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
@@ -33,8 +33,8 @@
</modules>
<properties>
- <java-support.version>8.3.1</java-support.version>
- <spring-extensions.version>6.2.0</spring-extensions.version>
+ <java-support.version>9.0.0-SNAPSHOT</java-support.version>
+ <spring-extensions.version>7.0.0-SNAPSHOT</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
<aggregator-parent.site.url>${shibboleth.site.deploy.url}java-metadata-aggregator/${project.version}/</aggregator-parent.site.url>
<aggregator-module.site.url>${aggregator-parent.site.url}${project.artifactId}</aggregator-module.site.url>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list