You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2021/09/29 14:36:06 UTC

[sis] 02/02: Update the EPSG data URL to the next version to be published.

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

desruisseaux pushed a commit to branch geoapi-4.0
in repository https://gitbox.apache.org/repos/asf/sis.git

commit c18ff54690d124306ee83b6f32ac2322fe1e7ae2
Author: Martin Desruisseaux <ma...@geomatys.com>
AuthorDate: Wed Sep 29 16:34:02 2021 +0200

    Update the EPSG data URL to the next version to be published.
---
 .../src/main/java/org/apache/sis/setup/OptionalInstallations.java       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/sis-utility/src/main/java/org/apache/sis/setup/OptionalInstallations.java b/core/sis-utility/src/main/java/org/apache/sis/setup/OptionalInstallations.java
index f2be4de..9a42c59 100644
--- a/core/sis-utility/src/main/java/org/apache/sis/setup/OptionalInstallations.java
+++ b/core/sis-utility/src/main/java/org/apache/sis/setup/OptionalInstallations.java
@@ -54,7 +54,7 @@ public abstract class OptionalInstallations extends InstallationResources implem
     /**
      * Where to download the EPSG scripts after user has approved the terms of use.
      */
-    private static final String DOWNLOAD_URL = "http://repo1.maven.org/maven2/org/apache/sis/non-free/sis-epsg/1.0/sis-epsg-1.0.jar";
+    private static final String DOWNLOAD_URL = "http://repo1.maven.org/maven2/org/apache/sis/non-free/sis-epsg/1.1/sis-epsg-1.1.jar";
 
     /**
      * Estimation of the EPSG database size after installation, in megabytes.