[java-parent-project] branch main updated: JPAR-176 - Explore deploying site builds over scp rather than WebDAV

Phil Smart philip.smart at jisc.ac.uk
Tue Jun 29 09:39:25 UTC 2021


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

philsmart pushed a commit to branch main
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=108ec4fc8062be94c3229a1540e6f59022c2d17d

The following commit(s) were added to refs/heads/main by this push:
       new  108ec4f   JPAR-176 - Explore deploying site builds over scp rather than WebDAV
108ec4f is described below

commit 108ec4fc8062be94c3229a1540e6f59022c2d17d
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jun 29 10:39:22 2021 +0100

    JPAR-176 - Explore deploying site builds over scp rather than WebDAV
    
    Change parent site to scp over dav - for consistency.
    
    https://issues.shibboleth.net/jira/browse/JPAR-176
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0a5d283..d87758e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -648,7 +648,7 @@
         </snapshotRepository>
         <site>
             <id>site</id>
-            <url>dav:${shibboleth.site.url}</url>
+            <url>scp:${shibboleth.site.deploy.url}</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