[java-metadata-aggregator] branch main updated: JPAR-180 - Update projects to use SCP site deployment

Phil Smart philip.smart at jisc.ac.uk
Tue Jun 29 13:51: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-metadata-aggregator.

View the commit online:
http://git.shibboleth.net/view/?p=java-metadata-aggregator.git;a=commit;h=3f8c73dcd2803d800b4d3b32cb43726f86096c76

The following commit(s) were added to refs/heads/main by this push:
       new  3f8c73d   JPAR-180 - Update projects to use SCP site deployment
3f8c73d is described below

commit 3f8c73dcd2803d800b4d3b32cb43726f86096c76
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Tue Jun 29 14:50:47 2021 +0100

    JPAR-180 - Update projects to use SCP site deployment
    
    Update to scp site deployment.
    
    https://issues.shibboleth.net/jira/browse/JPAR-180
---
 aggregator-blacklists/pom.xml | 2 +-
 aggregator-bom/pom.xml        | 2 +-
 aggregator-cli/pom.xml        | 2 +-
 aggregator-parent/pom.xml     | 4 ++--
 aggregator-pipeline/pom.xml   | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/aggregator-blacklists/pom.xml b/aggregator-blacklists/pom.xml
index a7bca76..9bde718 100644
--- a/aggregator-blacklists/pom.xml
+++ b/aggregator-blacklists/pom.xml
@@ -62,7 +62,7 @@
     <distributionManagement>
         <site>
             <id>site</id>
-            <url>dav:${aggregator-module.site.url}</url>
+            <url>scp:${aggregator-module.site.url}</url>
         </site>
     </distributionManagement>
 
diff --git a/aggregator-bom/pom.xml b/aggregator-bom/pom.xml
index 53a0674..07c7a8f 100644
--- a/aggregator-bom/pom.xml
+++ b/aggregator-bom/pom.xml
@@ -34,7 +34,7 @@
     <distributionManagement>
         <site>
             <id>site</id>
-            <url>dav:${aggregator-module.site.url}</url>
+            <url>scp:${aggregator-module.site.url}</url>
         </site>
     </distributionManagement>
 
diff --git a/aggregator-cli/pom.xml b/aggregator-cli/pom.xml
index 9ccf19e..feee6e4 100644
--- a/aggregator-cli/pom.xml
+++ b/aggregator-cli/pom.xml
@@ -86,7 +86,7 @@
     <distributionManagement>
         <site>
             <id>site</id>
-            <url>dav:${aggregator-module.site.url}</url>
+            <url>scp:${aggregator-module.site.url}</url>
         </site>
     </distributionManagement>
 
diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index 5737ef9..dd15e9a 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -35,7 +35,7 @@
         <java-support.version>8.2.1</java-support.version>
         <spring-extensions.version>6.1.2</spring-extensions.version>
         <checkstyle.configLocation>${project.basedir}/../aggregator-parent/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
-        <aggregator-parent.site.url>${shibboleth.site.url}java-metadata-aggregator/${project.version}/</aggregator-parent.site.url>
+        <aggregator-parent.site.url>${shibboleth.site.deploy.url}java-metadata-aggregator/${project.version}/</aggregator-parent.site.url>
         <aggregator-module.site.url>${aggregator-parent.site.url}${project.artifactId}</aggregator-module.site.url>
     </properties>
 
@@ -140,7 +140,7 @@
     <distributionManagement>
         <site>
             <id>site</id>
-            <url>dav:${aggregator-parent.site.url}</url>
+            <url>scp:${aggregator-parent.site.url}</url>
         </site>
     </distributionManagement>
 
diff --git a/aggregator-pipeline/pom.xml b/aggregator-pipeline/pom.xml
index 384a42e..45f4134 100644
--- a/aggregator-pipeline/pom.xml
+++ b/aggregator-pipeline/pom.xml
@@ -295,7 +295,7 @@
     <distributionManagement>
         <site>
             <id>site</id>
-            <url>dav:${aggregator-module.site.url}</url>
+            <url>scp:${aggregator-module.site.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