[java-identity-provider] 50/51: Unlock lower layer dependencies.
Rod Widdowson
rdw at steadingsoftware.com
Sat Mar 16 14:29:22 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6c14b008d9522b3923088b517339aafc51701845
commit 6c14b008d9522b3923088b517339aafc51701845
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 15 11:59:11 2024 -0400
Unlock lower layer dependencies.
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index df04cfb36..273299f63 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,15 +63,15 @@
<properties>
<shibboleth.projectName>java-identity-provider</shibboleth.projectName>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.1.0</shib-shared.version>
+ <shib-shared.version>9.1.1-SNAPSHOT</shib-shared.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.1.0</opensaml.version>
+ <opensaml.version>5.1.1-SNAPSHOT</opensaml.version>
<shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
- <shib-metadata.version>5.1.0</shib-metadata.version>
+ <shib-metadata.version>5.1.1-SNAPSHOT</shib-metadata.version>
<shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
- <shib-attribute.version>5.1.0</shib-attribute.version>
+ <shib-attribute.version>5.1.1-SNAPSHOT</shib-attribute.version>
<shib-profile.groupId>net.shibboleth</shib-profile.groupId>
- <shib-profile.version>5.1.0</shib-profile.version>
+ <shib-profile.version>5.1.1-SNAPSHOT</shib-profile.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list