[java-oidc-common] branch main updated: GEN-275 - Plugin sites are being published per module rather than per project
Phil Smart
philip.smart at jisc.ac.uk
Fri Feb 26 15:55:46 UTC 2021
This is an automated email from the git hooks/post-receive script.
philsmart pushed a commit to branch main
in repository java-oidc-common.
View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=468f18f6ccdd837f9eb2d32e69d2f890a793e3e5
The following commit(s) were added to refs/heads/main by this push:
new 468f18f GEN-275 - Plugin sites are being published per module rather than per project
468f18f is described below
commit 468f18f6ccdd837f9eb2d32e69d2f890a793e3e5
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 26 15:55:45 2021 +0000
GEN-275 - Plugin sites are being published per module rather than per
project
Fix site URL
https://issues.shibboleth.net/jira/browse/GEN-275
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index c705e1b..19ffe5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,7 +52,7 @@
<distributionManagement>
<site>
<id>site</id>
- <url>dav:${shibboleth.site.url}oidc-common/${project.version}/</url>
+ <url>dav:${shibboleth.site.url}java-oidc-common/${project.version}/</url>
</site>
</distributionManagement>
<dependencies>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list