This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch 1.3-RC in repository https://gitbox.apache.org/repos/asf/sis.git
commit e93497ec079c59212380b0f47b2c1d023643491a Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Wed Dec 7 19:16:28 2022 +0100 Set version number and the EPSG geodetic dataset URL to expected values after release. --- NOTICE | 4 ++-- README | 4 ++-- .../src/main/java/org/apache/sis/setup/OptionalInstallations.java | 4 ++-- pom.xml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NOTICE b/NOTICE index ef42142e7e..888bab1447 100644 --- a/NOTICE +++ b/NOTICE @@ -4,8 +4,8 @@ Copyright 2010-2022 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (https://www.apache.org/). -The Javadoc contains documentation from the Open Geospatial Consortium -(OGC®) specifications (https://www.ogc.org/standards/), also known as OpenGIS. +The Javadoc contains documentation from the Open Geospatial Consortium (OGC®) +specifications (https://www.ogc.org/standards/), also known as OpenGIS. Apache SIS depends on GeoAPI published by OGC under BSD-style license. https://www.ogc.org/ogc/software/1.0 diff --git a/README b/README index d6ece2ee62..28c8905911 100644 --- a/README +++ b/README @@ -57,8 +57,8 @@ See the License for the specific language governing permissions and limitations under the License. Some Apache SIS subcomponents have dependencies subject to different -license terms. All those dependencies except GeoAPI and JSR-363 are -optional. Your use of those dependencies is subject to the terms and +license terms. All those dependencies except GeoAPI, JSR-363 and JAXB API +are optional. Your use of those dependencies is subject to the terms and conditions of the licenses listed in the NOTICE file. 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 eb53ec3d3f..03b8b0f4cc 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 @@ -51,7 +51,7 @@ import static org.apache.sis.internal.util.Constants.EPSG; * This is useful as a workaround if a URL is no longer accessible. * * @author Martin Desruisseaux (Geomatys) - * @version 1.2 + * @version 1.3 * @since 1.1 * @module */ @@ -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.2/sis-epsg-1.2.jar"; + "https://repo1.maven.org/maven2/org/apache/sis/non-free/sis-epsg/1.3/sis-epsg-1.3.jar"; /** * Estimation of the EPSG database size after installation, in megabytes. diff --git a/pom.xml b/pom.xml index 13d9bd7122..1f46aee825 100644 --- a/pom.xml +++ b/pom.xml @@ -556,7 +556,7 @@ <maven.compiler.source>8</maven.compiler.source> <maven.compiler.target>8</maven.compiler.target> <sis.plugin.version>${project.version}</sis.plugin.version> - <sis.non-free.version>1.2</sis.non-free.version> <!-- Used only if "non-free" profile is activated. --> + <sis.non-free.version>1.3</sis.non-free.version> <!-- Used only if "non-free" profile is activated. --> <javafx.version>19</javafx.version> <!-- Used only if "javafx" profile is activated. --> <geoapi.version>3.0.1</geoapi.version> </properties>