[java-identity-provider] branch main updated: Move up to enforcer 3.1-SNAPSHOT
Rod Widdowson
rdw at steadingsoftware.com
Fri Dec 31 14:17:24 UTC 2021
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=208b3f3b143d97506c288abf966bfdee5a0f9000
The following commit(s) were added to refs/heads/main by this push:
new 208b3f3b1 Move up to enforcer 3.1-SNAPSHOT
208b3f3b1 is described below
commit 208b3f3b143d97506c288abf966bfdee5a0f9000
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Dec 31 13:57:05 2021 +0000
Move up to enforcer 3.1-SNAPSHOT
We supress compileRuntimeArtifactFatal (because the logback
artifacts gets defined with both scopes in the IdP)
---
idp-distribution/pom.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index af72441c8..7e70cd442 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -254,7 +254,7 @@
<dependency>
<groupId>net.shibboleth.maven.enforcer.rules</groupId>
<artifactId>maven-dist-enforcer</artifactId>
- <version>3.0.0</version>
+ <version>3.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
<executions>
@@ -276,6 +276,7 @@
<tgzFiles>${project.build.directory}/${idp.finalName}.tar.gz</tgzFiles>
<checkSignatures>true</checkSignatures>
<checkDependencies>true</checkDependencies>
+ <compileRuntimeArtifactFatal>false</compileRuntimeArtifactFatal>
<listJarSources>false</listJarSources>
<checkM2>${net.shibboleth.maven.enforcer.rules.checkM2}</checkM2>
</jarEnforcer>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list