[java-idp-oidc] 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 16:14:33 UTC 2021


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=0301ad4eba0519b4ccb026d59c81a31d85bb8b7b

The following commit(s) were added to refs/heads/main by this push:
       new  0301ad4e  GEN-275 - Plugin sites are being published per module rather than per project
0301ad4e is described below

commit 0301ad4eba0519b4ccb026d59c81a31d85bb8b7b
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 26 16:14:31 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 4524bdd8..6378a942 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <distributionManagement>
         <site>
             <id>site</id>
-            <url>dav:${shibboleth.site.url}oidc-op/${project.artifactId}/${project.version}/</url>
+            <url>dav:${shibboleth.site.url}java-idp-oidc/${project.artifactId}/${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