This is an automated email from the ASF dual-hosted git repository.
jiajunwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new b3ff081 Update restlet repository url and adjust the repository order
to fix build. (#1726)
b3ff081 is described below
commit b3ff081639fc46c9d9dc14c03b2bd131219e5158
Author: Jiajun Wang <[email protected]>
AuthorDate: Fri May 7 13:53:19 2021 -0700
Update restlet repository url and adjust the repository order to fix build.
(#1726)
This PR fixes the following 2 problems.
1. The project was referring to mvnrepository.com for the restlet package.
Which is not the official repo and might be changed and cause a build failure.
2. restlet.org is now redirected automatically to restlet.talend.com. Since
the redirection is not always stable, we need to change the URL accordingly.
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 86e93e4..ff970e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,8 +331,8 @@
<repositories>
<repository>
- <id>mvnrepository.com</id>
- <url>https://mvnrepository.com</url>
+ <id>restlet.talend.com</id>
+ <url>https://maven.restlet.talend.com</url>
<releases>
<enabled>true</enabled>
</releases>
@@ -341,8 +341,8 @@
</snapshots>
</repository>
<repository>
- <id>restlet.org</id>
- <url>http://maven.restlet.org</url>
+ <id>mvnrepository.com</id>
+ <url>https://mvnrepository.com</url>
<releases>
<enabled>true</enabled>
</releases>