[java-idp-plugin-webauthn] branch main updated: Lock parent POM on last release.
Scott Cantor
cantor.2 at osu.edu
Fri Nov 3 19:04:47 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-webauthn.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-webauthn.git;a=commit;h=e5b71571e0445c6266168e42607b8061373e5fec
The following commit(s) were added to refs/heads/main by this push:
new e5b7157 Lock parent POM on last release.
e5b7157 is described below
commit e5b71571e0445c6266168e42607b8061373e5fec
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Nov 3 15:04:44 2023 -0400
Lock parent POM on last release.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3c6f578..c5cd78a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.0.2-SNAPSHOT</version>
+ <version>17.0.2</version>
</parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-webauthn-parent</artifactId>
@@ -18,9 +18,9 @@
<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>
+ <opensaml.version>5.0.0</opensaml.version>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
<shib-shared.version>9.0.0</shib-shared.version>
<shib-profile.groupId>net.shibboleth</shib-profile.groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list