[java-idp-plugin-totp] 01/02: Update files to be tagged for release
Codeberg
noreply at shibboleth.net
Wed Jul 8 15:16:24 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-totp.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-totp/commit/a55f4da5bb94a808bdd3738945c23fcd7764eb76
commit a55f4da5bb94a808bdd3738945c23fcd7764eb76
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Wed Jul 8 11:15:03 2026 -0400
Update files to be tagged for 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 aea6b0e..6d05e67 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.2-SNAPSHOT</version>
+ <version>2.3.2</version>
<packaging>pom</packaging>
<modules>
diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index ca4fb99..84388ea 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.2-SNAPSHOT</version>
+ <version>2.3.2</version>
</parent>
<name>Shibboleth IdP :: Plugins :: TOTP Login Flow Distribution</name>
diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index be765ab..8622350 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.2-SNAPSHOT</version>
+ <version>2.3.2</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