[java-shib-shared] branch main updated: Fix broken site URL.
Scott Cantor
cantor.2 at osu.edu
Wed Aug 31 13:59:26 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=2db38dbbf1388379595973bc41f3c1425f74b648
The following commit(s) were added to refs/heads/main by this push:
new 2db38dbb Fix broken site URL.
2db38dbb is described below
commit 2db38dbbf1388379595973bc41f3c1425f74b648
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Aug 31 09:59:24 2022 -0400
Fix broken site URL.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a7682c1c..48da6876 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
<distributionManagement>
<site>
<id>site</id>
- <url>scp:${idp-parent.site.url}</url>
+ <url>scp:${shibboleth.site.deploy.url}java-shib-shared/${project.version}/</url>
</site>
</distributionManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list