You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2021/09/19 13:57:08 UTC

[ws-axiom] branch master updated: Fix broken repository URL

This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git


The following commit(s) were added to refs/heads/master by this push:
     new 738f52a  Fix broken repository URL
738f52a is described below

commit 738f52a5fb0277240b744b2264e556ceb8371d67
Author: Andreas Veithen <an...@gmail.com>
AuthorDate: Sun Sep 19 14:56:55 2021 +0100

    Fix broken repository URL
---
 pom.xml                           | 2 +-
 systests/psychopath-tests/pom.xml | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2760caa..76088eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -863,7 +863,7 @@
                                  repository carefully, then it is reasonable to assume that this doesn't threaten
                                  the build stability. -->
                             <allowedRepositories>
-                                <allowedRepository>eclipse_2020_12</allowedRepository>
+                                <allowedRepository>eclipse_2021_09</allowedRepository>
                             </allowedRepositories>
                             <banPluginRepositories>true</banPluginRepositories>
                             <!-- We still need to allow the Apache snapshot repository -->
diff --git a/systests/psychopath-tests/pom.xml b/systests/psychopath-tests/pom.xml
index 8a49573..5b94ef8 100644
--- a/systests/psychopath-tests/pom.xml
+++ b/systests/psychopath-tests/pom.xml
@@ -62,13 +62,13 @@
 
     <repositories>
         <repository>
-            <id>eclipse_2020_12</id>
+            <id>eclipse_2021_09</id>
             <layout>p2</layout>
-            <!-- Note that http://download.eclipse.org/releases/2020-12 is a combined repository that
+            <!-- Note that http://download.eclipse.org/releases/2021-09 is a combined repository that
                  also contains the services releases. It is therefore not stable, i.e. its content
                  may change over time. To avoid that, we use the repository that contains the
                  original release artifacts. -->
-            <url>http://download.eclipse.org/releases/2020-12/202010161000</url>
+            <url>https://download.eclipse.org/releases/2021-09/202107161000/</url>
         </repository>
     </repositories>