[java-mvn-enforcer] 02/04: JMVN-87 Update and release maven parent
Codeberg
noreply at shibboleth.net
Fri Sep 25 16:01:13 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/59a6f0bb8864063d6bbdd8045f74a265f3a6934c
commit 59a6f0bb8864063d6bbdd8045f74a265f3a6934c
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Sep 25 15:30:32 2026 +0100
JMVN-87 Update and release maven parent
https://shibboleth.atlassian.net/browse/JMVN-87
Move forward dependencies to current java-parent-project
---
parent/pom.xml | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index b241cd8..762f9d1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -13,6 +13,8 @@
<description>Parent project for the Shibboleth-specific enforcers and their data</description>
<properties>
+ <maven.compiler.source>17</maven.compiler.source>
+ <maven.compiler.target>17</maven.compiler.target>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<current-dist-enforcer.version>4.0.0</current-dist-enforcer.version>
@@ -23,30 +25,30 @@
<m2Type>jar</m2Type>
<!-- Dependencies -->
- <shib-shared.version>9.2.1</shib-shared.version>
- <slf4j.version>2.0.13</slf4j.version>
<bouncycastle.pg.version>1.84</bouncycastle.pg.version>
<bouncycastle.version>1.84</bouncycastle.version>
+ <commons.compress.version>1.28.0</commons.compress.version>
<findbugs.version>3.0.2</findbugs.version>
- <commons.compress.version>1.26.2</commons.compress.version>
- <jcommander.version>1.81</jcommander.version>
+ <jcommander.org.version>3.0</jcommander.org.version>
<maven-invoker.version>3.3.0</maven-invoker.version>
- <maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
+ <maven-enforcer-plugin.version>3.6.3</maven-enforcer-plugin.version>
+ <shib-shared.version>9.2.1</shib-shared.version>
+ <slf4j.version>2.0.18</slf4j.version>
<!-- Plugin Dependencies -->
- <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
+ <maven-assembly-plugin.version>3.8.0</maven-assembly-plugin.version>
<maven-clean-plugin.version>3.5.0</maven-clean-plugin.version>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<maven-dependency-plugin.version>3.3.0</maven-dependency-plugin.version>
<maven-deploy-plugin.version>3.1.4</maven-deploy-plugin.version>
- <maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
+ <maven-gpg-plugin.version>3.2.8</maven-gpg-plugin.version>
<maven-install-plugin.version>3.1.4</maven-install-plugin.version>
- <maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
- <maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
+ <maven-jar-plugin.version>3.5.1</maven-jar-plugin.version>
+ <maven-resources-plugin.version>3.5.0</maven-resources-plugin.version>
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<maven-versions-plugin.version>2.14.1</maven-versions-plugin.version>
- <jacoco-maven-plugin.version>0.8.8</jacoco-maven-plugin.version>
+ <jacoco-maven-plugin.version>0.8.15</jacoco-maven-plugin.version>
</properties>
@@ -94,9 +96,9 @@
<version>${commons.compress.version}</version>
</dependency>
<dependency>
- <groupId>com.beust</groupId>
+ <groupId>org.jcommander</groupId>
<artifactId>jcommander</artifactId>
- <version>${jcommander.version}</version>
+ <version>${jcommander.org.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list