[java-idp-plugin-archetype] branch main updated: Change DAV site URL to SCP

Phil Smart philip.smart at jisc.ac.uk
Wed Oct 18 12:37:51 UTC 2023


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

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

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-archetype.git;a=commit;h=8a6be2e99e5facddc50471a50a9df38451c56285

The following commit(s) were added to refs/heads/main by this push:
     new 8a6be2e  Change DAV site URL to SCP
8a6be2e is described below

commit 8a6be2e99e5facddc50471a50a9df38451c56285
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Oct 18 13:37:44 2023 +0100

    Change DAV site URL to SCP
    
     - Although possibly not needed longer term
---
 src/main/resources/archetype-resources/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/archetype-resources/pom.xml b/src/main/resources/archetype-resources/pom.xml
index d3a83aa..e3ad737 100644
--- a/src/main/resources/archetype-resources/pom.xml
+++ b/src/main/resources/archetype-resources/pom.xml
@@ -32,7 +32,7 @@
     <distributionManagement>
         <site>
             <id>site</id>
-            <url>dav:...</url>
+            <url>scp:...</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