[java-mvn-enforcer] branch main updated: JMVN-59 MVN-DATA should be able to check itself.
Rod Widdowson
rdw at steadingsoftware.com
Wed Nov 1 15:59:31 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.
View the commit online:
http://git.shibboleth.net/view/?p=java-mvn-enforcer.git;a=commit;h=7fce974f8e608d8fc3f00beb370b35c29bb3c7f5
The following commit(s) were added to refs/heads/main by this push:
new 7fce974 JMVN-59 MVN-DATA should be able to check itself.
7fce974 is described below
commit 7fce974f8e608d8fc3f00beb370b35c29bb3c7f5
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Nov 1 15:50:59 2023 +0000
JMVN-59 MVN-DATA should be able to check itself.
https://shibboleth.atlassian.net/browse/JMVN-59
Rev the parent pom to point to the fixed enforcer
---
parent/pom.xml | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 397034a..2284ad5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -15,8 +15,12 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>11</maven.compiler.release>
- <current-dist-enforcer.version>3.2.0</current-dist-enforcer.version>
+ <current-dist-enforcer.version>3.2.2</current-dist-enforcer.version>
<current-dist-enforcer-data.version>1.0.14</current-dist-enforcer-data.version>
+ <m2ArtifactId>maven-dist-enforcer-data</m2ArtifactId>
+ <m2GroupId>net.shibboleth.maven.enforcer.rules</m2GroupId>
+ <m2Version>${current-dist-enforcer-data.version}</m2Version>
+ <m2Type>jar</m2Type>
<!-- Dependencies -->
<java-support.version>8.4.0</java-support.version>
@@ -362,6 +366,10 @@ It also:
<parentPomDir>${basedir}</parentPomDir>
<zipFiles/>
<tgzFiles/>
+ <m2ArtifactId>${m2ArtifactId}</m2ArtifactId>
+ <m2GroupId>${m2GroupId}</m2GroupId>
+ <m2Version>${m2Version}</m2Version>
+ <m2Type>${m2Type}</m2Type>
<checkSignatures>false</checkSignatures>
<checkDependencies>false</checkDependencies>
<compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list