[java-idp-plugin-totp] branch main updated: Fix java-support version.
Scott Cantor
cantor.2 at osu.edu
Tue Mar 1 01:52:15 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=6f0eee9ab410ab596ad228d333c3080e242a729e
The following commit(s) were added to refs/heads/main by this push:
new 6f0eee9 Fix java-support version.
6f0eee9 is described below
commit 6f0eee9ab410ab596ad228d333c3080e242a729e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 28 20:52:09 2022 -0500
Fix java-support version.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index cff3fb7..54e33c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<idp.version>4.2.0-SNAPSHOT</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>4.2.0-SNAPSHOT</opensaml.version>
- <java-support.version>8.3.0-SNAPSHOT</java-support.version>
+ <java-support.version>8.2.2-SNAPSHOT</java-support.version>
<spring-extensions.version>6.2.0-SNAPSHOT</spring-extensions.version>
<checkstyle.configLocation>${project.basedir}/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