[java-idp-plugin-webauthn] 02/02: Bump version after release
Phil Smart
philip.smart at jisc.ac.uk
Fri Apr 19 09:57:33 UTC 2024
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=9704acbb1834ccb5f4938b76de3f5819832b12bc
commit 9704acbb1834ccb5f4938b76de3f5819832b12bc
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 19 10:57:27 2024 +0100
Bump version after 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 dbacad4..600cf1d 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>0.0.2</version>
+ <version>0.0.3-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 6e64de3..136a2c0 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>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-webauthn-api</artifactId>
diff --git a/webauthn-dist/pom.xml b/webauthn-dist/pom.xml
index a90a2a8..eeaa668 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>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</version>
</parent>
<artifactId>idp-plugin-webauthn-dist</artifactId>
diff --git a/webauthn-impl/pom.xml b/webauthn-impl/pom.xml
index d99eb52..1fe2c6e 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>0.0.2</version>
+ <version>0.0.3-SNAPSHOT</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