[xmlsectool] branch main updated: Move Shibboleth dependencies forward to latest non SNAPSHOT version
Rod Widdowson
rdw at steadingsoftware.com
Sun May 1 13:20:03 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=260f5a9c49978e3472b642f9464d190eba48512d
The following commit(s) were added to refs/heads/main by this push:
new 260f5a9 Move Shibboleth dependencies forward to latest non SNAPSHOT version
260f5a9 is described below
commit 260f5a9c49978e3472b642f9464d190eba48512d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun May 1 14:18:35 2022 +0100
Move Shibboleth dependencies forward to latest non SNAPSHOT version
OpenSAML goes to 4.2.0 (from 4.2.0-SNAPSHOT)
java-support goes to 8.3.1 (from 8.3.0-SNAPSHOT)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 105bc4f..e575492 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,8 +24,8 @@
<properties>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>4.2.0-SNAPSHOT</opensaml.version>
- <java-support.version>8.3.0-SNAPSHOT</java-support.version>
+ <opensaml.version>4.2.0</opensaml.version>
+ <java-support.version>8.3.1</java-support.version>
<dependenciesDirectory>${project.build.directory}/dependencies</dependenciesDirectory>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list