[java-idp-plugin-webauthn] branch main updated: Update to 1.1.0-SNAPSHOT

Phil Smart philip.smart at jisc.ac.uk
Tue Mar 4 15:09:12 UTC 2025


This is an automated email from the git hooks/post-receive script.

philsmart 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=8b4e7756a27a706a8bf92cbf9ce131aa644107e1

The following commit(s) were added to refs/heads/main by this push:
     new 8b4e775  Update to 1.1.0-SNAPSHOT
8b4e775 is described below

commit 8b4e7756a27a706a8bf92cbf9ce131aa644107e1
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Mar 4 15:09:09 2025 +0000

    Update to 1.1.0-SNAPSHOT
---
 pom.xml                                                                 | 2 +-
 webauthn-api/pom.xml                                                    | 2 +-
 webauthn-dist/pom.xml                                                   | 2 +-
 webauthn-impl/pom.xml                                                   | 2 +-
 .../net/shibboleth/idp/plugin/authn/webauthn/plugin.properties          | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7b052af..aea0d5c 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.0.1-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</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 d84377d..8af5f38 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.0.1-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>idp-plugin-webauthn-api</artifactId>
diff --git a/webauthn-dist/pom.xml b/webauthn-dist/pom.xml
index 21af9b6..4ff6639 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.0.1-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>idp-plugin-webauthn-dist</artifactId>
diff --git a/webauthn-impl/pom.xml b/webauthn-impl/pom.xml
index 6bba69f..f7b2fea 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.0.1-SNAPSHOT</version>
+        <version>1.1.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>idp-plugin-webauthn-impl</artifactId>
diff --git a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/plugin.properties b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/plugin.properties
index a447db3..b47eb52 100644
--- a/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/plugin.properties
+++ b/webauthn-impl/src/main/resources/net/shibboleth/idp/plugin/authn/webauthn/plugin.properties
@@ -2,7 +2,7 @@
 
 plugin.id = net.shibboleth.idp.plugin.authn.webauthn
 # Only used when package manifest is not available
-plugin.version = 1.0.0
+plugin.version = 1.1.0
 plugin.license =/net/shibboleth/idp/plugin/authn/webauthn/doc/licence.txt
 
 # No prereqs

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list