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 2023/10/03 16:24:20 UTC

[sis] 02/02: Set version number and the EPSG geodetic dataset URL to expected values after release. Fix erroneous SIS version number.

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 0a25115dc935f04671142ebc310d439756fc257a
Author: Martin Desruisseaux <ma...@geomatys.com>
AuthorDate: Mon Oct 2 10:52:16 2023 +0200

    Set version number and the EPSG geodetic dataset URL to expected values after release.
    Fix erroneous SIS version number.
---
 endorsed/src/org.apache.sis.openoffice/bundle/README.md               | 2 +-
 .../main/org/apache/sis/setup/OptionalInstallations.java              | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/endorsed/src/org.apache.sis.openoffice/bundle/README.md b/endorsed/src/org.apache.sis.openoffice/bundle/README.md
index 39993eeb62..acc06e2ae7 100644
--- a/endorsed/src/org.apache.sis.openoffice/bundle/README.md
+++ b/endorsed/src/org.apache.sis.openoffice/bundle/README.md
@@ -83,7 +83,7 @@ Launch:
 
 ```
 cd target
-unopkg add apache-sis-1.1-SNAPSHOT.oxt --log-file log.txt
+unopkg add apache-sis-2.0-SNAPSHOT.oxt --log-file log.txt
 scalc -env:RTL_LOGFILE=log.txt
 ```
 
diff --git a/endorsed/src/org.apache.sis.util/main/org/apache/sis/setup/OptionalInstallations.java b/endorsed/src/org.apache.sis.util/main/org/apache/sis/setup/OptionalInstallations.java
index 453351b611..e2cb279770 100644
--- a/endorsed/src/org.apache.sis.util/main/org/apache/sis/setup/OptionalInstallations.java
+++ b/endorsed/src/org.apache.sis.util/main/org/apache/sis/setup/OptionalInstallations.java
@@ -50,7 +50,7 @@ import static org.apache.sis.util.internal.Constants.EPSG;
  * This is useful as a workaround if a URL is no longer accessible.
  *
  * @author  Martin Desruisseaux (Geomatys)
- * @version 1.3
+ * @version 1.4
  * @since   1.1
  */
 public abstract class OptionalInstallations extends InstallationResources implements Localized {
@@ -58,7 +58,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 EPSG_DOWNLOAD_URL =
-            "https://repo1.maven.org/maven2/org/apache/sis/non-free/sis-epsg/1.3/sis-epsg-1.3.jar";
+            "https://repo1.maven.org/maven2/org/apache/sis/non-free/sis-epsg/1.4/sis-epsg-1.4.jar";
 
     /**
      * Estimation of the EPSG database size after installation, in megabytes.