This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch geoapi-3.1 in repository https://gitbox.apache.org/repos/asf/sis.git
The following commit(s) were added to refs/heads/geoapi-3.1 by this push: new 8fbf7bd Fix wrong version number for new cloud module. 8fbf7bd is described below commit 8fbf7bd99bad4041b41bce0244507ca0e1eccfc5 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Tue Mar 8 15:49:06 2022 +0100 Fix wrong version number for new cloud module. --- cloud/pom.xml | 2 +- cloud/sis-cloud-S3/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud/pom.xml b/cloud/pom.xml index cb5b911..efa9fbf 100644 --- a/cloud/pom.xml +++ b/cloud/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>2.0-SNAPSHOT</version> + <version>1.x-SNAPSHOT</version> </parent> diff --git a/cloud/sis-cloud-S3/pom.xml b/cloud/sis-cloud-S3/pom.xml index c498943..6d11b90 100644 --- a/cloud/sis-cloud-S3/pom.xml +++ b/cloud/sis-cloud-S3/pom.xml @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>cloud</artifactId> - <version>2.0-SNAPSHOT</version> + <version>1.x-SNAPSHOT</version> </parent>