[java-identity-provider] branch main updated: Fix shib-profile version.
Scott Cantor
cantor.2 at osu.edu
Mon Nov 6 15:51:01 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=c4c35985b7ed21f7c351c59289c6ca30e399b4b6
The following commit(s) were added to refs/heads/main by this push:
new c4c35985b Fix shib-profile version.
c4c35985b is described below
commit c4c35985b7ed21f7c351c59289c6ca30e399b4b6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Nov 6 10:50:58 2023 -0500
Fix shib-profile version.
---
idp-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 2a531c645..a5a424053 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -68,7 +68,7 @@
<shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
<shib-attribute.version>5.1.0-SNAPSHOT</shib-attribute.version>
<shib-profile.groupId>net.shibboleth</shib-profile.groupId>
- <shib-profile.version>5.1.0-SNAPWHOT</shib-profile.version>
+ <shib-profile.version>5.1.0-SNAPSHOT</shib-profile.version>
<checkstyle.configLocation>${project.basedir}/../idp-parent/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