[java-mvn-enforcer] 03/04: JMVN-87 Update and release maven parent

Codeberg noreply at shibboleth.net
Fri Sep 25 16:01:14 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/6de26a467ef3c1e65a8ab02b09335a3548c06fb4

commit 6de26a467ef3c1e65a8ab02b09335a3548c06fb4
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Sep 25 15:38:21 2026 +0100

    JMVN-87 Update and release maven parent
    
    https://shibboleth.atlassian.net/browse/JMVN-87
    
    Move forward enforcer to snapshot parent and update
    project as appropriate.  Mostly it is making property
    names consistent, but also move to latest jcommander
    coordinates (test dependency)
---
 pom.xml | 21 ++++++++-------------
 1 file changed, 8 insertions(+), 13 deletions(-)

diff --git a/pom.xml b/pom.xml
index b582434..45278b1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>net.shibboleth.maven.enforcer.rules</groupId>
         <artifactId>maven-dist-enforcer-parent</artifactId>
-        <version>2.0.1</version>
+        <version>2.0.2-SNAPSHOT</version>
     </parent>
 
     <artifactId>maven-dist-enforcer</artifactId>
@@ -18,15 +18,10 @@
 
     <properties>
         <automatic.module.name>net.shibboleth.maven.enforcer.rules.dist</automatic.module.name>
-        <current-dist-enforcer-data.version>2.0.8</current-dist-enforcer-data.version>
-        <current-dist-enforcer.version>4.0.0</current-dist-enforcer.version>
+	<!-- dependecnies only we used -->
         <!-- https://maven.apache.org/enforcer/enforcer-api/writing-a-custom-rule.html -->
-        <enforcer.api.version>3.6.3</enforcer.api.version>
-        <resolver.api.version>1.9.22</resolver.api.version>
-        <mavenVersion>3.9.16</mavenVersion>
-        <maven.compiler.source>17</maven.compiler.source>
-        <maven.compiler.target>17</maven.compiler.target>
-        <maven.compiler.release>17</maven.compiler.release>
+        <maven-core.version>3.9.16</maven-core.version>
+        <maven-resolver.version>1.9.22</maven-resolver.version>
     </properties>
 
     <dependencies>
@@ -66,7 +61,7 @@
         </dependency>
         <dependency>
             <!-- Required for command line classes. -->
-           <groupId>com.beust</groupId>
+           <groupId>org.jcommander</groupId>
             <artifactId>jcommander</artifactId>
              <scope>test</scope>
         </dependency>
@@ -82,20 +77,20 @@
         <dependency>
             <groupId>org.apache.maven.enforcer</groupId>
             <artifactId>enforcer-api</artifactId>
-            <version>${enforcer.api.version}</version>
+            <version>${maven-enforcer-plugin.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <!-- required in all cases -->
             <groupId>org.apache.maven.resolver</groupId>
             <artifactId>maven-resolver-api</artifactId>
-            <version>${resolver.api.version}</version>
+            <version>${maven-resolver.version}</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-core</artifactId>
-            <version>${mavenVersion}</version>
+            <version>${maven-core.version}</version>
             <scope>provided</scope>
               <exclusions>
                   <exclusion>

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


More information about the commits mailing list