[java-idp-plugin-thymeleaf] branch main updated: JTHYMELEAF-2 Try to get Keys for Thymeleaf related jars
Rod Widdowson
rdw at steadingsoftware.com
Mon Dec 16 16:31:39 UTC 2024
This is an automated email from the git hooks/post-receive script.
rdw 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=6eb717838b06fb3284f0cb6c10b76a6b5a8ac287
The following commit(s) were added to refs/heads/main by this push:
new 6eb7178 JTHYMELEAF-2 Try to get Keys for Thymeleaf related jars
6eb7178 is described below
commit 6eb717838b06fb3284f0cb6c10b76a6b5a8ac287
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Dec 16 16:30:46 2024 +0000
JTHYMELEAF-2 Try to get Keys for Thymeleaf related jars
https://shibboleth.atlassian.net/browse/JTHYMELEAF-2
Bring dependencies up to 5.2-SNAPSHOT
Add m2 checking into build
---
pom.xml | 16 ++++++++--------
thymeleaf-dist/.check-m2 | 1 +
2 files changed, 9 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 60a1337..5920b4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>net.shibboleth</groupId>
<artifactId>parent</artifactId>
- <version>17.1.0-SNAPSHOT</version>
+ <version>17.2.0-SNAPSHOT</version>
</parent>
<groupId>net.shibboleth.idp.plugin.thymeleaf</groupId>
@@ -18,18 +18,18 @@
<properties>
<shibboleth.projectName>java-idp-plugin-thymeleaf</shibboleth.projectName>
<idp.groupId>net.shibboleth.idp</idp.groupId>
- <idp.version>5.1.0-SNAPSHOT</idp.version>
+ <idp.version>5.2.0-SNAPSHOT</idp.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
- <opensaml.version>5.1.0-SNAPSHOT</opensaml.version>
+ <opensaml.version>5.2.0-SNAPSHOT</opensaml.version>
<shib-shared.groupId>net.shibboleth</shib-shared.groupId>
- <shib-shared.version>9.1.0-SNAPSHOT</shib-shared.version>
+ <shib-shared.version>9.2.0-SNAPSHOT</shib-shared.version>
<shib-profile.groupId>net.shibboleth</shib-profile.groupId>
- <shib-profile.version>5.1.0-SNAPSHOT</shib-profile.version>
+ <shib-profile.version>5.2.0-SNAPSHOT</shib-profile.version>
<shib-attribute.groupId>net.shibboleth</shib-attribute.groupId>
- <shib-attribute.version>5.1.0-SNAPSHOT</shib-attribute.version>
+ <shib-attribute.version>5.2.0-SNAPSHOT</shib-attribute.version>
<shib-metadata.groupId>net.shibboleth</shib-metadata.groupId>
- <shib-metadata.version>5.1.0-SNAPSHOT</shib-metadata.version>
- <thymeleaf.version>3.1.2.RELEASE</thymeleaf.version>
+ <shib-metadata.version>5.2.0-SNAPSHOT</shib-metadata.version>
+ <thymeleaf.version>3.1.3.RELEASE</thymeleaf.version>
<checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
</properties>
diff --git a/thymeleaf-dist/.check-m2 b/thymeleaf-dist/.check-m2
new file mode 100644
index 0000000..048849a
--- /dev/null
+++ b/thymeleaf-dist/.check-m2
@@ -0,0 +1 @@
+This file provokes a signature check of the maven repository unless overridden by the no-check-m2 property.
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list