[java-shib-metadata] branch main updated: Fix path to sig report.
Scott Cantor
cantor.2 at osu.edu
Thu Oct 20 18:13:06 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-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=6d5f73778317d7c9800467d50b772ae89f75b048
The following commit(s) were added to refs/heads/main by this push:
new 6d5f7377 Fix path to sig report.
6d5f7377 is described below
commit 6d5f73778317d7c9800467d50b772ae89f75b048
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 20 14:13:03 2022 -0400
Fix path to sig report.
---
shib-metadata-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-metadata-bom/pom.xml b/shib-metadata-bom/pom.xml
index cd90b8b0..ad58c217 100644
--- a/shib-metadata-bom/pom.xml
+++ b/shib-metadata-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