[java-mvn-enforcer-data] branch main updated: Bring forward enforcer and enforcer data.
Codeberg
noreply at shibboleth.net
Mon Apr 20 14:45:17 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-data.
View the commit online:
https://codeberg.org/Shibboleth/java-mvn-enforcer-data/commit/7246e5ca69a89bff8b833ce9b126477f14ed801d
The following commit(s) were added to refs/heads/main by this push:
new 7246e5c Bring forward enforcer and enforcer data.
7246e5c is described below
commit 7246e5ca69a89bff8b833ce9b126477f14ed801d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Mon Apr 20 15:40:07 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 | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 2bcdc73..f4e805e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,10 +19,13 @@
<properties>
<automatic.module.name>net.shibboleth.gpg</automatic.module.name>
- <current-dist-enforcer-data.version>1.0.17</current-dist-enforcer-data.version>
+ <current-dist-enforcer-data.version>2.0.3</current-dist-enforcer-data.version>
+ <current-dist-enforcer.version>4.0.0</current-dist-enforcer.version>
+ <!-- These are the coordinates of something to find in m2. This is used for
+ non-jar projects (because we cannot find that jar -->
<m2ArtifactId>maven-dist-enforcer-parent</m2ArtifactId>
<m2GroupId>net.shibboleth.maven.enforcer.rules</m2GroupId>
- <m2Version>1.0.5</m2Version>
+ <m2Version>2.0.0</m2Version>
<m2Type>pom</m2Type>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list