[java-mvn-enforcer] branch main updated: Bring forward enforcer and enforcer data.
Codeberg
noreply at shibboleth.net
Mon Apr 20 14:46:02 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-mvn-enforcer.
View the commit online:
https://codeberg.org/Shibboleth/java-mvn-enforcer/commit/c7c42cc5373dc54fcdd8973fbdb2a237e21df42a
The following commit(s) were added to refs/heads/main by this push:
new c7c42cc Bring forward enforcer and enforcer data.
c7c42cc is described below
commit c7c42cc5373dc54fcdd8973fbdb2a237e21df42a
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Apr 20 15:45:44 2026 +0100
Bring forward enforcer and enforcer data.
The parent project we use (2.0.0) has to refer to older versions and the old
version of the enforcer brings in a whole bunch of java 11 stuff (like spring
extensions)
---
pom.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/pom.xml b/pom.xml
index 4d98b4f..0ffea9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,8 @@
<properties>
<automatic.module.name>net.shibboleth.maven.enforcer.rules.dist</automatic.module.name>
+ <current-dist-enforcer-data.version>2.0.3</current-dist-enforcer-data.version>
+ <current-dist-enforcer.version>4.0.0</current-dist-enforcer.version>
</properties>
<dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list