[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
Thu Mar 25 09:38:57 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=dd864ccecfd9452db7fe1cb4ba0711887468e8a9

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

commit dd864ccecfd9452db7fe1cb4ba0711887468e8a9
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Mar 25 09:38:54 2021 +0000

    GEN-275 - Plugin sites are being published per module rather than per
                project
    
        Fix site URL again and properly. Remove the redundant artifact ID.
    
    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 9922d6ff..aec31978 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <distributionManagement>
         <site>
             <id>site</id>
-            <url>dav:${shibboleth.site.url}java-idp-oidc/${project.artifactId}/${project.version}/</url>
+            <url>dav:${shibboleth.site.url}java-idp-oidc/${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