[java-idp-plugin-webauthn] 01/02: Update files to be tagged for release
Codeberg
noreply at shibboleth.net
Thu Jan 29 12:30:17 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-webauthn.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-webauthn/commit/2c2e07fd1ec6c1d68df659e9ceca0764bf2c8e43
commit 2c2e07fd1ec6c1d68df659e9ceca0764bf2c8e43
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Jan 29 10:45:15 2026 +0000
Update files to be tagged for release
---
pom.xml | 2 +-
webauthn-api/pom.xml | 2 +-
webauthn-dist/pom.xml | 2 +-
webauthn-impl/pom.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index a7d8b5b..437cc39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,7 +13,7 @@
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-webauthn-parent</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.1</version>
<name>Shibboleth IdP :: Plugins :: WebAuthn Login Flow</name>
<packaging>pom</packaging>
<description>WebAuthn plugin for the Shibboleth IdP.</description>
diff --git a/webauthn-api/pom.xml b/webauthn-api/pom.xml
index 923f260..6b8e4d6 100644
--- a/webauthn-api/pom.xml
+++ b/webauthn-api/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-webauthn-parent</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.1</version>
</parent>
<artifactId>idp-plugin-webauthn-api</artifactId>
diff --git a/webauthn-dist/pom.xml b/webauthn-dist/pom.xml
index a3d88be..21c9b84 100644
--- a/webauthn-dist/pom.xml
+++ b/webauthn-dist/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-webauthn-parent</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.1</version>
</parent>
<artifactId>idp-plugin-webauthn-dist</artifactId>
diff --git a/webauthn-impl/pom.xml b/webauthn-impl/pom.xml
index 9c7f2cc..a32dfab 100644
--- a/webauthn-impl/pom.xml
+++ b/webauthn-impl/pom.xml
@@ -6,7 +6,7 @@
<parent>
<groupId>net.shibboleth.idp.plugin.authn</groupId>
<artifactId>idp-plugin-webauthn-parent</artifactId>
- <version>1.4.1-SNAPSHOT</version>
+ <version>1.4.1</version>
</parent>
<artifactId>idp-plugin-webauthn-impl</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list