[java-idp-plugin-scripting] 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:05:22 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-scripting.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-scripting.git;a=commit;h=6e065fd2245908c312eda72bd919e3cbecf4b30c

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

commit 6e065fd2245908c312eda72bd919e3cbecf4b30c
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Fri Feb 26 16:05:20 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 9d471fd..38c9ac9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
     <distributionManagement>
         <site>
             <id>site</id>
-            <url>dav:${shibboleth.site.url}scripting/${project.artifactId}/${project.version}/</url>
+            <url>dav:${shibboleth.site.url}java-idp-plugin-scripting/${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