[java-shib-attribute] branch main updated: Fix path to sig report.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 20 18:13:41 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=574735bc94cde01fe260af8ec0138c169f724215
The following commit(s) were added to refs/heads/main by this push:
new 574735bc9 Fix path to sig report.
574735bc9 is described below
commit 574735bc94cde01fe260af8ec0138c169f724215
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 20 14:13:16 2022 -0400
Fix path to sig report.
---
shib-attribute-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-attribute-bom/pom.xml b/shib-attribute-bom/pom.xml
index a0ba8f8c7..2ccc8e5a2 100644
--- a/shib-attribute-bom/pom.xml
+++ b/shib-attribute-bom/pom.xml
@@ -17,7 +17,7 @@
<properties>
<!-- This project does not create a target, so the M2 check needs to go elsewhere -->
- <maven-dist-enforcer-data.m2ReportPath>${basedir}\m2SignatureReport.txt</maven-dist-enforcer-data.m2ReportPath>
+ <maven-dist-enforcer-data.m2ReportPath>${basedir}/m2SignatureReport.txt</maven-dist-enforcer-data.m2ReportPath>
</properties>
<dependencyManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list