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
The following commit(s) were added to refs/heads/geoapi-4.0 by this push:
new 13c708242e Set version number and the EPSG geodetic dataset URL to
expected values after release.
13c708242e is described below
commit 13c708242ea1b125ea1d78e0828d30ad1d2162ff
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Tue Jan 27 13:17:17 2026 +0100
Set version number and the EPSG geodetic dataset URL to expected values
after release.
---
.../main/org/apache/sis/setup/OptionalInstallations.java | 2 +-
optional/src/org.apache.sis.gui/bundle/README | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
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 3c230dd9c7..470ad1ae71 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
@@ -108,7 +108,7 @@ public abstract class OptionalInstallations extends
InstallationResources implem
* Path to the <abbr>EPSG</abbr> scripts relative to the selected
repository.
* This is where to download the database after user has approved the
terms of use.
*/
- private static final String EPSG_DOWNLOAD_PATH =
"/org/apache/sis/non-free/sis-epsg/1.5/sis-epsg-1.5.jar";
+ private static final String EPSG_DOWNLOAD_PATH =
"/org/apache/sis/non-free/sis-epsg/1.6/sis-epsg-1.6.jar";
/**
* Estimation of the EPSG database size after installation, in megabytes.
diff --git a/optional/src/org.apache.sis.gui/bundle/README
b/optional/src/org.apache.sis.gui/bundle/README
index 1f52b65750..84def79dee 100644
--- a/optional/src/org.apache.sis.gui/bundle/README
+++ b/optional/src/org.apache.sis.gui/bundle/README
@@ -18,11 +18,11 @@ the only requirement is Java 11 or later, except the GDAL
module which requires
Java 22. For launching the desktop application, requirements are Java 22 or
later
and JavaFX 24 or later.
-1) Unzip `apache-sis-1.5-bin.zip` in any directory.
-2) Invoke `./apache-sis-1.5/bin/sis` for the command-line.
-3) Invoke `./apache-sis-1.5/bin/sisfx` for the graphical application.
+1) Unzip `apache-sis-1.6-bin.zip` in any directory.
+2) Invoke `./apache-sis-1.6/bin/sis` for the command-line.
+3) Invoke `./apache-sis-1.6/bin/sisfx` for the graphical application.
-The `apache-sis-1.5/bin` directory may also be added to the `PATH` environment
+The `apache-sis-1.6/bin` directory may also be added to the `PATH` environment
variable for making `sis` or `sisfx` invocations easier.