[java-idp-plugin-thymeleaf] branch main updated: Add enforcer data keyring, and manually override enforcer data version.

Scott Cantor cantor.2 at osu.edu
Mon Mar 31 18:30: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=5412eca494501fe12fdc63559df35875eca5eeac

The following commit(s) were added to refs/heads/main by this push:
     new 5412eca  Add enforcer data keyring, and manually override enforcer data version.
5412eca is described below

commit 5412eca494501fe12fdc63559df35875eca5eeac
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 31 14:30:02 2025 -0400

    Add enforcer data keyring, and manually override enforcer data version.
---
 thymeleaf-dist/pom.xml                              |   2 ++
 thymeleaf-dist/src/main/enforcer/shibbolethKeys.gpg | Bin 0 -> 55669 bytes
 2 files changed, 2 insertions(+)

diff --git a/thymeleaf-dist/pom.xml b/thymeleaf-dist/pom.xml
index 1b81363..24462d1 100644
--- a/thymeleaf-dist/pom.xml
+++ b/thymeleaf-dist/pom.xml
@@ -17,6 +17,8 @@
     <properties>
         <checkstyle.configLocation>${project.basedir}/../resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
         <dist.plugin.finalName>idp-plugin-thymeleaf-${project.version}</dist.plugin.finalName>
+        <!-- Set for final release but remove when the parent POM catches up. -->
+        <maven-dist-enforcer-data.version>1.0.17-SNAPSHOT</maven-dist-enforcer-data.version>
     </properties>
 
     <build>
diff --git a/thymeleaf-dist/src/main/enforcer/shibbolethKeys.gpg b/thymeleaf-dist/src/main/enforcer/shibbolethKeys.gpg
new file mode 100644
index 0000000..6d8fc48
Binary files /dev/null and b/thymeleaf-dist/src/main/enforcer/shibbolethKeys.gpg differ

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


More information about the commits mailing list