[java-metadata-aggregator] branch main updated: Bump and re-lock Shibboleth dependencies after IdP 4.2 released
Ian Young
ian at iay.org.uk
Wed Apr 20 08:09:31 UTC 2022
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch main
in repository java-metadata-aggregator.
View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=2a7c36526d1b06892ab2d3d84285090ae329c4b4
The following commit(s) were added to refs/heads/main by this push:
new 2a7c365 Bump and re-lock Shibboleth dependencies after IdP 4.2 released
2a7c365 is described below
commit 2a7c36526d1b06892ab2d3d84285090ae329c4b4
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Wed Apr 20 09:09:17 2022 +0100
Bump and re-lock Shibboleth dependencies after IdP 4.2 released
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0443249..08e0e53 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>11.3.0-SNAPSHOT</version>
+ <version>11.3.2</version>
</parent>
<name>Shibboleth Metadata Aggregator</name>
@@ -33,8 +33,8 @@
</modules>
<properties>
- <java-support.version>8.3.0-SNAPSHOT</java-support.version>
- <spring-extensions.version>6.2.0-SNAPSHOT</spring-extensions.version>
+ <java-support.version>8.3.1</java-support.version>
+ <spring-extensions.version>6.2.0</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