[PATCH] Update repository URL

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


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1616412054 -3600
#      Mon Mar 22 12:20:54 2021 +0100
# Branch 3.2.x
# Node ID 2a6524b36ab6f476adf56df1aa18d59e8c46dfa1
# Parent  e4dd898063a2ea4de91b5e5b1a7581af1bd1ec4d
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 e4dd898063a2 -r 2a6524b36ab6 pom.xml
--- a/pom.xml	Thu Jun 04 19:40:29 2020 +0200
+++ b/pom.xml	Mon Mar 22 12:20:54 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>
     <repository>
       <id>maven-jetty</id>


More information about the Dive4Elements-commits mailing list