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 e579f89b26100d451153660d149c363f082417e6 Merge: 11ef22c60c fee1fa85b1 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Fri Dec 9 19:14:08 2022 +0100 Merge branch 'geoapi-3.1'. This is hopefully the last set of changes before release. NOTICE | 4 +-- README | 4 +-- .../sis/coverage/grid/DisjointExtentException.java | 2 +- .../org/apache/sis/coverage/grid/GridExtent.java | 19 ++++++++++-- .../org/apache/sis/internal/feature/Resources.java | 6 ++-- .../sis/internal/feature/Resources.properties | 2 +- .../sis/internal/feature/Resources_fr.properties | 2 +- .../apache/sis/coverage/grid/GridExtentTest.java | 7 +++++ .../apache/sis/io/wkt/GeodeticObjectParser.java | 12 ++++---- .../referencing/factory/CommonAuthorityCode.java | 10 ++++++- .../factory/CommonAuthorityFactory.java | 35 +++++++++++----------- .../java/org/apache/sis/internal/util/Strings.java | 2 +- .../apache/sis/setup/OptionalInstallations.java | 4 +-- pom.xml | 2 +- .../apache/sis/internal/storage/PRJDataStore.java | 11 +++++-- .../sis/internal/storage/esri/RawRasterStore.java | 16 ++++++---- .../sis/internal/storage/image/WorldFileStore.java | 18 ++++++----- .../internal/storage/csv/StoreProviderTest.java | 5 +++- 18 files changed, 104 insertions(+), 57 deletions(-) diff --cc pom.xml index 13d9bd7122,805a509207..1f46aee825 --- a/pom.xml +++ b/pom.xml @@@ -556,9 -556,9 +556,9 @@@ <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.1-SNAPSHOT</geoapi.version> + <geoapi.version>3.0.1</geoapi.version> </properties> <profiles>