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

Phil Smart philip.smart at jisc.ac.uk
Fri Apr 15 16:20:32 UTC 2022


This is an automated email from the git hooks/post-receive script.

philsmart 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=c1fbb0b2886a3ede2463a1ffade3cfd9a5c9c654

commit c1fbb0b2886a3ede2463a1ffade3cfd9a5c9c654
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Apr 15 16:19:57 2022 +0000

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

diff --git a/pom.xml b/pom.xml
index eb6db21..8573c0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,23 +7,23 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>11.3.0-SNAPSHOT</version>
+        <version>11.3.1</version>
     </parent>
 
     <name>Shibboleth IdP :: Plugins :: TOTP Login Flow</name>
     <description>An IdP plugin providing TOTP login support.</description>
     <groupId>net.shibboleth.idp.plugin.authn</groupId>
     <artifactId>idp-plugin-totp</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.1</version>
     <packaging>pom</packaging>
 
     <properties>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>4.2.0-SNAPSHOT</idp.version>
+        <idp.version>4.2.0</idp.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>4.2.0-SNAPSHOT</opensaml.version>
-        <java-support.version>8.3.0-SNAPSHOT</java-support.version>
-        <spring-extensions.version>6.2.0-SNAPSHOT</spring-extensions.version>
+        <opensaml.version>4.2.0</opensaml.version>
+        <java-support.version>8.3.1</java-support.version>
+        <spring-extensions.version>6.2.0</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
     </properties>
     
diff --git a/totp-dist/pom.xml b/totp-dist/pom.xml
index a56ca46..909527d 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</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</version>
     </parent>
 
     <name>Shibboleth IdP :: Plugins :: TOTP Login Flow Distribution</name>
diff --git a/totp-impl/pom.xml b/totp-impl/pom.xml
index 88ad005..2a19272 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</artifactId>
-        <version>1.0.1-SNAPSHOT</version>
+        <version>1.0.1</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