[java-idp-plugin-totp] 01/02: Update files to be tagged for release

Scott Cantor cantor.2 at osu.edu
Thu Oct 26 19:02:45 UTC 2023


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=6bb28304133eabb66bda9706cf028f6e122b742a

commit 6bb28304133eabb66bda9706cf028f6e122b742a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 26 14:59:56 2023 -0400

    Update files to be tagged for release
---
 pom.xml           | 6 +-----
 totp-dist/pom.xml | 2 +-
 totp-impl/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4006cfc..eb4dae9 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.0.1-SNAPSHOT</version>
+    <version>2.1.0</version>
     <packaging>pom</packaging>
 
     <properties>
@@ -29,10 +29,6 @@
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <shib-shared.version>9.0.0</shib-shared.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
-
-        <!-- TODO: Remove once in project parent: Base URL for all our deployed javadocs. -->
-        <javadoc.url>https://shibboleth.net/api</javadoc.url>
-        <java-shib-shared.version>9.0.0</java-shib-shared.version>
     </properties>
     
     <distributionManagement>
diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index 1d4b9c3..6178390 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.0.1-SNAPSHOT</version>
+        <version>2.1.0</version>
     </parent>
 
     <name>Shibboleth IdP :: Plugins :: TOTP Login Flow Distribution</name>
diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index 66d4efa..c2877db 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.0.1-SNAPSHOT</version>
+        <version>2.1.0</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