[java-shib-shared] branch main updated: JSSH-17 - Report path contains a backslash
Scott Cantor
cantor.2 at osu.edu
Thu Oct 20 18:11:56 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-shared.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-shared.git;a=commit;h=1f88715f3d6c98ee93e6abdb1e846757334ebed7
The following commit(s) were added to refs/heads/main by this push:
new 1f88715f JSSH-17 - Report path contains a backslash
1f88715f is described below
commit 1f88715f3d6c98ee93e6abdb1e846757334ebed7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 20 14:11:53 2022 -0400
JSSH-17 - Report path contains a backslash
https://shibboleth.atlassian.net/browse/JSSH-17
---
shib-shared-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-shared-bom/pom.xml b/shib-shared-bom/pom.xml
index 5f451a45..973f2146 100644
--- a/shib-shared-bom/pom.xml
+++ b/shib-shared-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