[java-idp-plugin-duo] 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:26:29 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-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=54d201b64c4acc7ae656383211d1a6a050ea08f0

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

commit 54d201b64c4acc7ae656383211d1a6a050ea08f0
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 26 15:26:27 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 895c91d..c85fe9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
     <distributionManagement>
         <site>
             <id>site</id>
-            <url>dav:${shibboleth.site.url}duo/${project.version}/</url>
+            <url>dav:${shibboleth.site.url}java-idp-plugin-duo/${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