[java-parent-project] branch maint-11 updated: IDP-2269 Release IdP 4.3.2

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 16 13:45:56 UTC 2024


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

rdw pushed a commit to branch maint-11
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=cac5e8e64ef0cb71270a6b56de6d29051578670f

The following commit(s) were added to refs/heads/maint-11 by this push:
     new cac5e8e  IDP-2269 Release IdP 4.3.2
cac5e8e is described below

commit cac5e8e64ef0cb71270a6b56de6d29051578670f
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Mar 16 13:39:42 2024 +0000

    IDP-2269 Release IdP 4.3.2
    
    Update enforcer and enforcer-data to latest
    
    https://shibboleth.atlassian.net/browse/IDP-2269
---
 pom.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index af86a63..29a842a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,8 +74,10 @@
         <xmlsec.version>2.3.2</xmlsec.version>
         <xmlunit.version>2.9.0</xmlunit.version>
 
-        <maven-dist-enforcer.version>3.1.1</maven-dist-enforcer.version>
-        <maven-dist-enforcer-data.version>1.0.13</maven-dist-enforcer-data.version>
+        <maven-dist-enforcer.version>3.3.0</maven-dist-enforcer.version>
+        <maven-dist-enforcer.zipsInM2Check>true</maven-dist-enforcer.zipsInM2Check>
+        <maven-dist-enforcer-data.version>1.0.15</maven-dist-enforcer-data.version>
+        <maven-dist-enforcer-data.m2ReportPath>${basedir}/target/m2SignatureReport.txt</maven-dist-enforcer-data.m2ReportPath>
 
         <checkstyle.version>8.45.1</checkstyle.version>
         <checkstyle-plugin.version>3.1.2</checkstyle-plugin.version>
@@ -1081,6 +1083,8 @@
                                             <compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
                                             <listJarSources>false</listJarSources>
                                             <checkM2>true</checkM2>
+                                            <zipsInM2Check>${maven-dist-enforcer.zipsInM2Check}</zipsInM2Check>
+                                            <m2ReportPath>${maven-dist-enforcer-data.m2ReportPath}</m2ReportPath>
                                         </jarEnforcer>
                                     </rules>
                                 </configuration>

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


More information about the commits mailing list