This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sis.git
commit 97a5c714de8b5434e40b11de1fe7c39292b9f72f Merge: cf19121ee4 2b32e74c22 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Mon May 9 15:15:03 2022 +0200 Merge branch 'geoapi-3.1' NOTICE | 12 ++++++---- README | 18 +++++++------- application/sis-console/src/main/artifact/README | 28 +++++++++++----------- application/sis-javafx/src/main/artifact/README | 10 ++++---- cloud/pom.xml | 2 +- cloud/{sis-cloud-S3 => sis-cloud-aws}/pom.xml | 0 .../apache/sis/cloud/aws/internal/Resources.java | 0 .../sis/cloud/aws/internal/Resources.properties | 0 .../sis/cloud/aws/internal/Resources_fr.properties | 0 .../sis/cloud/aws/internal/package-info.java | 0 .../org/apache/sis/cloud/aws/s3/BucketStore.java | 0 .../apache/sis/cloud/aws/s3/CachedByteChannel.java | 0 .../apache/sis/cloud/aws/s3/ClientFileSystem.java | 0 .../org/apache/sis/cloud/aws/s3/DerivedList.java | 0 .../org/apache/sis/cloud/aws/s3/FileService.java | 0 .../java/org/apache/sis/cloud/aws/s3/KeyPath.java | 0 .../apache/sis/cloud/aws/s3/KeyPathMatcher.java | 0 .../apache/sis/cloud/aws/s3/ObjectAttributes.java | 0 .../org/apache/sis/cloud/aws/s3/PathIterator.java | 0 .../org/apache/sis/cloud/aws/s3/package-info.java | 0 .../services/java.nio.file.spi.FileSystemProvider | 0 .../sis/cloud/aws/s3/ClientFileSystemTest.java | 0 .../sis/cloud/aws/s3/KeyPathMatcherTest.java | 0 .../org/apache/sis/cloud/aws/s3/KeyPathTest.java | 0 .../org/apache/sis/test/suite/AWSTestSuite.java | 0 .../org/apache/sis/test/suite/package-info.txt | 0 .../apache/sis/setup/OptionalInstallations.java | 2 +- pom.xml | 2 +- 28 files changed, 40 insertions(+), 34 deletions(-) diff --cc pom.xml index 11ea4113e2,5a4e7e17e1..930831261d --- 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.1</sis.non-free.version> <!-- Used only if "non-free" profile is activated. --> + <sis.non-free.version>1.2</sis.non-free.version> <!-- Used only if "non-free" profile is activated. --> <javafx.version>17</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>