[java-mvn-enforcer-data] branch main updated: JMVN-59 MVN-DATA should be able to check itself.

Rod Widdowson rdw at steadingsoftware.com
Wed Nov 1 16:21:53 UTC 2023


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

rdw pushed a commit to branch main
in repository java-mvn-enforcer-data.

View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer-data.git;a=commit;h=56875871ee4a885eff5d463f517dfca77bb103cd

The following commit(s) were added to refs/heads/main by this push:
     new 5687587  JMVN-59 MVN-DATA should be able to check itself.
5687587 is described below

commit 56875871ee4a885eff5d463f517dfca77bb103cd
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 1 16:13:14 2023 +0000

    JMVN-59 MVN-DATA should be able to check itself.
    
    https://shibboleth.atlassian.net/browse/JMVN-59
    
    Update the data pom to the latest parent and point the enforcer
    at the parent pom as the place to deduce M2 from
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c0b93d..e7346d7 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>1.0.4</version>
+        <version>1.0.5</version>
     </parent>
 
     <groupId>net.shibboleth.maven.enforcer.rules</groupId>
@@ -19,6 +19,11 @@
 
     <properties>
         <automatic.module.name>net.shibboleth.gpg</automatic.module.name>
+        <current-dist-enforcer-data.version>1.0.15-SNAPSHOT</current-dist-enforcer-data.version>
+        <m2ArtifactId>maven-dist-enforcer-parent</m2ArtifactId>
+        <m2GroupId>net.shibboleth.maven.enforcer.rules</m2GroupId>
+        <m2Version>1.0.5</m2Version>
+        <m2Type>pom</m2Type>
     </properties>
 
     <repositories>

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


More information about the commits mailing list