[java-idp-plugin-totp] branch main updated: Update version to 2.2.0.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 4 14:57:13 UTC 2024
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=58f0bde2ad019adf4857acdc6ef28ccebf5bbe79
The following commit(s) were added to refs/heads/main by this push:
new 58f0bde Update version to 2.2.0.
58f0bde is described below
commit 58f0bde2ad019adf4857acdc6ef28ccebf5bbe79
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 4 10:57:10 2024 -0400
Update version to 2.2.0.
---
pom.xml | 2 +-
totp-dist/pom.xml | 2 +-
totp-impl/pom.xml | 2 +-
.../resources/net/shibboleth/idp/plugin/authn/totp/plugin.properties | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1d28a69..61aa2f4 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.1.1-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index 77c0e35..0688ea7 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.1.1-SNAPSHOT</version>
+ <version>2.2.0-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 ba49104..9e5f6f0 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.1.1-SNAPSHOT</version>
+ <version>2.2.0-SNAPSHOT</version>
</parent>
<name>Shibboleth IdP :: Plugins :: TOTP Login Flow Impl</name>
diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/plugin.properties b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/plugin.properties
index cc3e5a9..3ba483d 100644
--- a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/plugin.properties
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/plugin.properties
@@ -2,7 +2,7 @@
plugin.id = net.shibboleth.idp.plugin.authn.totp
# Only used when package manifest is not available
-plugin.version = 2.0.0
+plugin.version = 2.2.0
plugin.license =/net/shibboleth/idp/plugin/authn/totp/doc/GoogleAuth-LICENSE.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