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

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

commit 9059873faafd3cbe2601002b93eebbbc9acd8e55
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Tue Sep 2 17:59:43 2025 +0200

    Set version number and the EPSG geodetic dataset URL to expected values 
after release.
---
 NOTICE                                                            | 2 +-
 README.md                                                         | 2 +-
 .../main/org/apache/sis/setup/OptionalInstallations.java          | 4 ++--
 optional/src/org.apache.sis.gui/bundle/README                     | 8 ++++----
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/NOTICE b/NOTICE
index acd209621a..b25a6c7031 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache Spatial Information System (SIS)
-Copyright 2010-2024 The Apache Software Foundation
+Copyright 2010-2025 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (https://www.apache.org/).
diff --git a/README.md b/README.md
index 566a183262..999dedd0ff 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ Complete API can be browsed in [online 
Javadoc](https://sis.apache.org/apidocs/i
 
 ## License (see also LICENSE)
 
-Collective work: Copyright 2010-2023 The Apache Software Foundation.
+Collective work: Copyright 2010-2025 The Apache Software Foundation.
 
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
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 4d948cc657..2229cc20fa 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
@@ -52,7 +52,7 @@ import static org.apache.sis.util.privy.Constants.EPSG;
  * This is useful as a workaround if a URL is no longer accessible.
  *
  * @author  Martin Desruisseaux (Geomatys)
- * @version 1.4
+ * @version 1.5
  * @since   1.1
  */
 public abstract class OptionalInstallations extends InstallationResources 
implements Localized {
@@ -60,7 +60,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.4/sis-epsg-1.4.jar";;
+            
"https://repo1.maven.org/maven2/org/apache/sis/non-free/sis-epsg/1.5/sis-epsg-1.5.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 5ccf15b0ac..1f52b65750 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.4-bin.zip` in any directory.
-2) Invoke `./apache-sis-1.4/bin/sis` for the command-line.
-3) Invoke `./apache-sis-1.4/bin/sisfx` for the graphical application.
+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.
 
-The `apache-sis-1.4/bin` directory may also be added to the `PATH` environment
+The `apache-sis-1.5/bin` directory may also be added to the `PATH` environment
 variable for making `sis` or `sisfx` invocations easier.
 
 

Reply via email to