[java-idp-plugin-totp] branch main updated: Lock dependency versions.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 13 17:23:12 UTC 2023
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=cc6934c0e6b67739ba89e46eb7bfc4bca262336e
The following commit(s) were added to refs/heads/main by this push:
new cc6934c Lock dependency versions.
cc6934c is described below
commit cc6934c0e6b67739ba89e46eb7bfc4bca262336e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 13 13:23:10 2023 -0400
Lock dependency versions.
---
pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9af233c..2470fa0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.0.0-SNAPSHOT</version>
+ <version>17.0.1</version>
</parent>
<name>Shibboleth IdP :: Plugins :: TOTP Login Flow</name>
@@ -19,13 +19,13 @@
<properties>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>5.0.0-SNAPSHOT</idp.version>
+ <idp.version>5.0.0</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
- <shib-profile.version>5.0.0-SNAPSHOT</shib-profile.version>
- <shib-attribute.version>5.0.0-SNAPSHOT</shib-attribute.version>
+ <opensaml.version>5.0.0</opensaml.version>
+ <shib-profile.version>5.0.0</shib-profile.version>
+ <shib-attribute.version>5.0.0</shib-attribute.version>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.0.0-SNAPSHOT</shib-shared.version>
+ <shib-shared.version>9.0.0</shib-shared.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