[java-idp-plugin-thymeleaf] branch main updated: Lock plugin to 5.1 IdP API for now.

Scott Cantor cantor.2 at osu.edu
Mon Mar 31 18:08:05 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-thymeleaf.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-thymeleaf.git;a=commit;h=cd740c42a7c6a877e5d747157cb782c16c02d68b

The following commit(s) were added to refs/heads/main by this push:
     new cd740c4  Lock plugin to 5.1 IdP API for now.
cd740c4 is described below

commit cd740c42a7c6a877e5d747157cb782c16c02d68b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 31 14:08:03 2025 -0400

    Lock plugin to 5.1 IdP API for now.
---
 pom.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5920b4e..fcc78c8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>net.shibboleth</groupId>
     <artifactId>parent</artifactId>
-    <version>17.2.0-SNAPSHOT</version>
+    <version>17.1.0</version>
   </parent>
 
   <groupId>net.shibboleth.idp.plugin.thymeleaf</groupId>
@@ -18,17 +18,17 @@
   <properties>
     <shibboleth.projectName>java-idp-plugin-thymeleaf</shibboleth.projectName>
     <idp.groupId>net.shibboleth.idp</idp.groupId>
-    <idp.version>5.2.0-SNAPSHOT</idp.version>
+    <idp.version>5.1.0</idp.version>
     <opensaml.groupId>org.opensaml</opensaml.groupId>
-    <opensaml.version>5.2.0-SNAPSHOT</opensaml.version>
+    <opensaml.version>5.1.0</opensaml.version>
     <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
-    <shib-shared.version>9.2.0-SNAPSHOT</shib-shared.version>
+    <shib-shared.version>9.1.0</shib-shared.version>
     <shib-profile.groupId>net.shibboleth</shib-profile.groupId>
-    <shib-profile.version>5.2.0-SNAPSHOT</shib-profile.version>
+    <shib-profile.version>5.1.0</shib-profile.version>
     <shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
-    <shib-attribute.version>5.2.0-SNAPSHOT</shib-attribute.version>
+    <shib-attribute.version>5.1.0</shib-attribute.version>
     <shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
-    <shib-metadata.version>5.2.0-SNAPSHOT</shib-metadata.version>
+    <shib-metadata.version>5.1.0</shib-metadata.version>
     <thymeleaf.version>3.1.3.RELEASE</thymeleaf.version>    
     <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
   </properties>

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


More information about the commits mailing list