[PATCH] Update repository URL

Wald Commits scm-commit at wald.intevation.org
Mon Mar 22 12:41:48 CET 2021


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1616413283 -3600
#      Mon Mar 22 12:41:23 2021 +0100
# Branch 3.2.x
# Node ID ddbb7256246f60ece0871cfbafa0a168b196963f
# Parent  e1199a5be8b23cfae204abe90db9a4678355b461
Update repository URL

According to https://restlet.talend.com/downloads/current/, the
"Maven repository for Restlet is accessible from
https://maven.restlet.talend.com". The previously used URL currently
uses an outdated SSL certificate.

diff -r e1199a5be8b2 -r ddbb7256246f pom.xml
--- a/pom.xml	Thu Jun 04 19:38:46 2020 +0200
+++ b/pom.xml	Mon Mar 22 12:41:23 2021 +0100
@@ -32,7 +32,7 @@
     <repository>
       <id>maven-restlet</id>
       <name>Public online Restlet repository</name>
-      <url>https://maven.restlet.org</url>
+      <url>https://maven.restlet.talend.com</url>
     </repository>
   </repositories>
 


More information about the Dive4Elements-commits mailing list