[java-idp-plugin-totp] 02/02: Bump version after release.

Scott Cantor cantor.2 at osu.edu
Wed Apr 2 14:05:42 UTC 2025


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=b3ac64bf88562cc024532b04dadaf5bf60978497

commit b3ac64bf88562cc024532b04dadaf5bf60978497
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 2 10:05:33 2025 -0400

    Bump version after release.
---
 pom.xml           | 2 +-
 totp-dist/pom.xml | 2 +-
 totp-impl/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d780415..aea6b0e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,7 +14,7 @@
     <description>An IdP plugin providing TOTP login support.</description>
     <groupId>net.shibboleth.idp.plugin.authn</groupId>
     <artifactId>idp-plugin-totp-parent</artifactId>
-    <version>2.3.1</version>
+    <version>2.3.2-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <modules>
diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index 7e9e045..ca4fb99 100644
--- a/totp-dist/pom.xml
+++ b/totp-dist/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.authn</groupId>
         <artifactId>idp-plugin-totp-parent</artifactId>
-        <version>2.3.1</version>
+        <version>2.3.2-SNAPSHOT</version>
     </parent>
 
     <name>Shibboleth IdP :: Plugins :: TOTP Login Flow Distribution</name>
diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index efeecfb..be765ab 100644
--- a/totp-impl/pom.xml
+++ b/totp-impl/pom.xml
@@ -7,7 +7,7 @@
     <parent>
         <groupId>net.shibboleth.idp.plugin.authn</groupId>
         <artifactId>idp-plugin-totp-parent</artifactId>
-        <version>2.3.1</version>
+        <version>2.3.2-SNAPSHOT</version>
     </parent>
     
     <name>Shibboleth IdP :: Plugins :: TOTP Login Flow Impl</name>

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


More information about the commits mailing list