This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch release-0.8.1 in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 861a5997c0bc5208142173df4725e6e1b18226d3 Author: Bertil Chapuis <[email protected]> AuthorDate: Sat Nov 9 14:14:02 2024 +0100 Release Baremaps 0.8.1 --- DISCLAIMER | 6 +++ baremaps-benchmarking/pom.xml | 2 +- baremaps-cli/pom.xml | 2 +- baremaps-cli/src/assembly/bin.xml | 2 +- baremaps-cli/src/assembly/src.xml | 1 + baremaps-cli/src/license/override.properties | 70 +++++++++++++++++++++++----- baremaps-core/pom.xml | 2 +- baremaps-csv/pom.xml | 2 +- baremaps-data/pom.xml | 2 +- baremaps-dem/pom.xml | 2 +- baremaps-flatgeobuf/pom.xml | 2 +- baremaps-geopackage/pom.xml | 2 +- baremaps-geoparquet/pom.xml | 2 +- baremaps-maplibre/pom.xml | 2 +- baremaps-openstreetmap/pom.xml | 2 +- baremaps-pmtiles/pom.xml | 2 +- baremaps-postgres/pom.xml | 2 +- baremaps-rpsl/pom.xml | 2 +- baremaps-server/pom.xml | 2 +- baremaps-shapefile/pom.xml | 2 +- baremaps-store/pom.xml | 2 +- baremaps-testing/pom.xml | 2 +- pom.xml | 6 +-- 23 files changed, 87 insertions(+), 34 deletions(-) diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 000000000..0c41cbaac --- /dev/null +++ b/DISCLAIMER @@ -0,0 +1,6 @@ +Apache Baremaps is an effort undergoing incubation at The Apache Software Foundation (ASF), +sponsored by the Apache Incubator. Incubation is required of all newly accepted projects +until a further review indicates that the infrastructure, communications, and decision-making +process have stabilized in a manner consistent with other successful ASF projects. While incubation +status is not necessarily a reflection of the completeness or stability of the code, it does +indicate that the project has yet to be fully endorsed by the ASF. diff --git a/baremaps-benchmarking/pom.xml b/baremaps-benchmarking/pom.xml index e97f9ee86..ec12c79c9 100644 --- a/baremaps-benchmarking/pom.xml +++ b/baremaps-benchmarking/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-benchmarking</artifactId> diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml index 8aec14de7..1ff66dd05 100644 --- a/baremaps-cli/pom.xml +++ b/baremaps-cli/pom.xml @@ -21,7 +21,7 @@ limitations under the License. <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-cli</artifactId> diff --git a/baremaps-cli/src/assembly/bin.xml b/baremaps-cli/src/assembly/bin.xml index 3a010b292..5da375d5e 100644 --- a/baremaps-cli/src/assembly/bin.xml +++ b/baremaps-cli/src/assembly/bin.xml @@ -28,7 +28,7 @@ limitations under the License. <directory>../.</directory> <outputDirectory>.</outputDirectory> <includes> - <include>DISCLAIMER-WIP</include> + <include>DISCLAIMER</include> <include>NOTICE</include> </includes> <lineEnding>unix</lineEnding> diff --git a/baremaps-cli/src/assembly/src.xml b/baremaps-cli/src/assembly/src.xml index d4214e46a..63583ef0a 100644 --- a/baremaps-cli/src/assembly/src.xml +++ b/baremaps-cli/src/assembly/src.xml @@ -32,6 +32,7 @@ limitations under the License. <include>**/src/**/*</include> <include>baremaps-testing/data/**</include> <include>codestyle.xml</include> + <include>DISCLAIMER</include> <include>LICENSE.header</include> <include>NOTICE</include> </includes> diff --git a/baremaps-cli/src/license/override.properties b/baremaps-cli/src/license/override.properties index aac04ba72..5dcc3c88c 100644 --- a/baremaps-cli/src/license/override.properties +++ b/baremaps-cli/src/license/override.properties @@ -122,8 +122,9 @@ io.sgr--s2-geometry-library-java--1.0.0=Apache License 2.0 it.unimi.dsi--fastutil--8.5.14=Apache License 2.0 jakarta.activation--jakarta.activation-api--1.2.1=Eclipse Distribution License 1.0 jakarta.transaction--jakarta.transaction-api--1.3.3=Eclipse Public License 2.0; GPL2 w/ CPE -jakarta.xml.bind--jakarta.xml.bind-api--2.3.2=Eclipse Distribution License 1.0 +jakarta.xml.bind--jakarta.xml.bind-api--4.0.1=Eclipse Distribution License 1.0 javax.annotation--javax.annotation-api--1.3.2=CDDL; GPL2 w/ CPE +javax.measure--unit-api--2.1.3=BSD 3-Clause License javax.servlet--javax.servlet-api--3.1.0=CDDL; GPL2 w/ CPE javax.servlet.jsp--jsp-api--2.1=CDDL; GPL2 w/ CPE javax.ws.rs--jsr311-api--1.1.1=CDDL License @@ -146,14 +147,21 @@ net.minidev--json-smart--2.5.0=Apache License 2.0 net.ripe.ipresource--ipresource--1.52=BSD License org.antlr--antlr4-runtime--4.11.1=BSD 3-Clause License org.apache.avro--avro--1.9.2=Apache License 2.0 -org.apache.baremaps--baremaps-core--0.7.4-SNAPSHOT=Apache License 2.0 -org.apache.baremaps--baremaps-data--0.7.4-SNAPSHOT=Apache License 2.0 -org.apache.baremaps--baremaps-flatgeobuf--0.7.4-SNAPSHOT=Apache License 2.0 -org.apache.baremaps--baremaps-geoparquet--0.7.4-SNAPSHOT=Apache License 2.0 -org.apache.baremaps--baremaps-maplibre--0.7.4-SNAPSHOT=Apache License 2.0 -org.apache.baremaps--baremaps-openstreetmap--0.7.4-SNAPSHOT=Apache License 2.0 -org.apache.baremaps--baremaps-pmtiles--0.7.4-SNAPSHOT=Apache License 2.0 -org.apache.baremaps--baremaps-server--0.7.4-SNAPSHOT=Apache License 2.0 +org.apache.baremaps--baremaps-core--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-csv--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-data--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-dem--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-flatgeobuf--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-geopackage--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-geoparquet--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-maplibre--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-openstreetmap--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-pmtiles--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-postgres--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-rpsl--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-server--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-shapefile--0.8.1=Apache License 2.0 +org.apache.baremaps--baremaps-store--0.8.1=Apache License 2.0 org.apache.calcite--calcite-core--1.37.0=Apache License 2.0 org.apache.calcite--calcite-linq4j--1.37.0=Apache License 2.0 org.apache.calcite.avatica--avatica-core--1.25.0=Apache License 2.0 @@ -161,7 +169,7 @@ org.apache.calcite.avatica--avatica-metrics--1.25.0=Apache License 2.0 org.apache.commons--commons-compress--1.27.1=Apache License 2.0 org.apache.commons--commons-configuration2--2.8.0=Apache License 2.0 org.apache.commons--commons-dbcp2--2.11.0=Apache License 2.0 -org.apache.commons--commons-lang3--3.1=Apache License 2.0 +org.apache.commons--commons-lang3--3.16.0=Apache License 2.0 org.apache.commons--commons-math3--3.6.1=Apache License 2.0 org.apache.commons--commons-pool2--2.12.0=Apache License 2.0 org.apache.commons--commons-text--1.11.0=Apache License 2.0 @@ -221,6 +229,13 @@ org.apache.parquet--parquet-encoding--1.14.2=Apache License 2.0 org.apache.parquet--parquet-format-structures--1.14.2=Apache License 2.0 org.apache.parquet--parquet-hadoop--1.14.2=Apache License 2.0 org.apache.parquet--parquet-jackson--1.14.2=Apache License 2.0 +org.apache.sis.core--sis-feature--1.4=Apache License 2.0 +org.apache.sis.core--sis-metadata--1.4=Apache License 2.0 +org.apache.sis.core--sis-referencing--1.4=Apache License 2.0 +org.apache.sis.core--sis-utility--1.4=Apache License 2.0 +org.apache.sis.storage--sis-geotiff--1.4=Apache License 2.0 +org.apache.sis.storage--sis-sqlstore--1.4=Apache License 2.0 +org.apache.sis.storage--sis-storage--1.4=Apache License 2.0 org.apache.yetus--audience-annotations--0.12.0=Apache License 2.0 org.apache.zookeeper--zookeeper--3.8.3=Apache License 2.0 org.apache.zookeeper--zookeeper-jute--3.8.3=Apache License 2.0 @@ -254,6 +269,7 @@ org.locationtech.jts--jts-core--1.20.0=Eclipse Distribution License 1.0 org.locationtech.jts.io--jts-io-common--1.20.0=Eclipse Distribution License 1.0 org.locationtech.proj4j--proj4j--1.3.0=Apache License 2.0 org.locationtech.spatial4j--spatial4j--0.8=Apache License 2.0 +org.opengis--geoapi--3.0.2=OGC copyright org.ow2.asm--asm--7.2=BSD 3-Clause License org.ow2.asm--asm-analysis--7.2=BSD 3-Clause License org.ow2.asm--asm-commons--7.2=BSD 3-Clause License @@ -262,12 +278,42 @@ org.postgresql--postgresql--42.7.4=BSD 2-Clause License org.reactivestreams--reactive-streams--1.0.4=MIT License org.roaringbitmap--RoaringBitmap--1.2.1=Apache License 2.0 org.slf4j--slf4j-api--2.0.16=MIT License -org.slf4j--slf4j-nop--2.0.12=MIT License org.slf4j--slf4j-reload4j--1.7.36=MIT License org.wildfly.openssl--wildfly-openssl--1.1.3.Final=Apache License 2.0 org.xerial--sqlite-jdbc--3.46.1.0=Apache License 2.0 org.xerial.snappy--snappy-java--1.1.10.4=Apache License 2.0 org.xerial.thirdparty--nestedvm--1.0=Apache License 2.0 org.yaml--snakeyaml--2.2=Apache License 2.0 -software.amazon.awssdk--bundle--2.23.19=Apache License 2.0 +software.amazon.awssdk--annotations--2.27.17=Apache License 2.0 +software.amazon.awssdk--apache-client--2.27.17=Apache License 2.0 +software.amazon.awssdk--arns--2.27.17=Apache License 2.0 +software.amazon.awssdk--auth--2.27.17=Apache License 2.0 +software.amazon.awssdk--aws-core--2.27.17=Apache License 2.0 +software.amazon.awssdk--aws-query-protocol--2.27.17=Apache License 2.0 +software.amazon.awssdk--aws-xml-protocol--2.27.17=Apache License 2.0 +software.amazon.awssdk--checksums--2.27.17=Apache License 2.0 +software.amazon.awssdk--checksums-spi--2.27.17=Apache License 2.0 +software.amazon.awssdk--crt-core--2.27.17=Apache License 2.0 +software.amazon.awssdk--endpoints-spi--2.27.17=Apache License 2.0 +software.amazon.awssdk--http-auth--2.27.17=Apache License 2.0 +software.amazon.awssdk--http-auth-aws--2.27.17=Apache License 2.0 +software.amazon.awssdk--http-auth-aws-eventstream--2.27.17=Apache License 2.0 +software.amazon.awssdk--http-auth-spi--2.27.17=Apache License 2.0 +software.amazon.awssdk--http-client-spi--2.27.17=Apache License 2.0 +software.amazon.awssdk--identity-spi--2.27.17=Apache License 2.0 +software.amazon.awssdk--json-utils--2.27.17=Apache License 2.0 +software.amazon.awssdk--metrics-spi--2.27.17=Apache License 2.0 +software.amazon.awssdk--netty-nio-client--2.27.17=Apache License 2.0 +software.amazon.awssdk--profiles--2.27.17=Apache License 2.0 +software.amazon.awssdk--protocol-core--2.27.17=Apache License 2.0 +software.amazon.awssdk--regions--2.27.17=Apache License 2.0 +software.amazon.awssdk--retries--2.27.17=Apache License 2.0 +software.amazon.awssdk--retries-spi--2.27.17=Apache License 2.0 +software.amazon.awssdk--s3--2.27.17=Apache License 2.0 +software.amazon.awssdk--s3-transfer-manager--2.27.17=Apache License 2.0 +software.amazon.awssdk--sdk-core--2.27.17=Apache License 2.0 +software.amazon.awssdk--third-party-jackson-core--2.27.17=Apache License 2.0 +software.amazon.awssdk--utils--2.27.17=Apache License 2.0 +software.amazon.eventstream--eventstream--1.0.1=Apache License 2.0 + diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml index 33739c504..8ad5b5fca 100644 --- a/baremaps-core/pom.xml +++ b/baremaps-core/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-core</artifactId> diff --git a/baremaps-csv/pom.xml b/baremaps-csv/pom.xml index 788d6ee24..1958af524 100644 --- a/baremaps-csv/pom.xml +++ b/baremaps-csv/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-csv</artifactId> diff --git a/baremaps-data/pom.xml b/baremaps-data/pom.xml index 8201191b4..e6fb1d5c9 100644 --- a/baremaps-data/pom.xml +++ b/baremaps-data/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-data</artifactId> <dependencies> diff --git a/baremaps-dem/pom.xml b/baremaps-dem/pom.xml index 25bebc392..c69352e24 100644 --- a/baremaps-dem/pom.xml +++ b/baremaps-dem/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-dem</artifactId> <dependencies> diff --git a/baremaps-flatgeobuf/pom.xml b/baremaps-flatgeobuf/pom.xml index f581e0e0d..fcda0b512 100644 --- a/baremaps-flatgeobuf/pom.xml +++ b/baremaps-flatgeobuf/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-flatgeobuf</artifactId> <dependencies> diff --git a/baremaps-geopackage/pom.xml b/baremaps-geopackage/pom.xml index 9db36e269..e752e7cae 100644 --- a/baremaps-geopackage/pom.xml +++ b/baremaps-geopackage/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-geopackage</artifactId> diff --git a/baremaps-geoparquet/pom.xml b/baremaps-geoparquet/pom.xml index af51be459..2389f53c1 100644 --- a/baremaps-geoparquet/pom.xml +++ b/baremaps-geoparquet/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-geoparquet</artifactId> <dependencies> diff --git a/baremaps-maplibre/pom.xml b/baremaps-maplibre/pom.xml index 7d2a1f336..6d6d98dd1 100644 --- a/baremaps-maplibre/pom.xml +++ b/baremaps-maplibre/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-maplibre</artifactId> <dependencies> diff --git a/baremaps-openstreetmap/pom.xml b/baremaps-openstreetmap/pom.xml index 439f144a7..2f0eb6511 100644 --- a/baremaps-openstreetmap/pom.xml +++ b/baremaps-openstreetmap/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-openstreetmap</artifactId> diff --git a/baremaps-pmtiles/pom.xml b/baremaps-pmtiles/pom.xml index 2f3625d97..41f245292 100644 --- a/baremaps-pmtiles/pom.xml +++ b/baremaps-pmtiles/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-pmtiles</artifactId> <dependencies> diff --git a/baremaps-postgres/pom.xml b/baremaps-postgres/pom.xml index 301f9b785..c4675feec 100644 --- a/baremaps-postgres/pom.xml +++ b/baremaps-postgres/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-postgres</artifactId> diff --git a/baremaps-rpsl/pom.xml b/baremaps-rpsl/pom.xml index a172bc02d..df5e7246d 100644 --- a/baremaps-rpsl/pom.xml +++ b/baremaps-rpsl/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-rpsl</artifactId> <dependencies> diff --git a/baremaps-server/pom.xml b/baremaps-server/pom.xml index 06facf10e..6ee632b00 100644 --- a/baremaps-server/pom.xml +++ b/baremaps-server/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-server</artifactId> diff --git a/baremaps-shapefile/pom.xml b/baremaps-shapefile/pom.xml index 12bf09ccf..1e47c75fa 100644 --- a/baremaps-shapefile/pom.xml +++ b/baremaps-shapefile/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-shapefile</artifactId> diff --git a/baremaps-store/pom.xml b/baremaps-store/pom.xml index 0a2e9edc1..1dfc77436 100644 --- a/baremaps-store/pom.xml +++ b/baremaps-store/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-store</artifactId> diff --git a/baremaps-testing/pom.xml b/baremaps-testing/pom.xml index fa6163ed1..dd8f754f8 100644 --- a/baremaps-testing/pom.xml +++ b/baremaps-testing/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> </parent> <artifactId>baremaps-testing</artifactId> <properties> diff --git a/pom.xml b/pom.xml index 311082f4d..36a8691f4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ limitations under the License. <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.4-SNAPSHOT</version> + <version>0.8.1</version> <packaging>pom</packaging> <name>baremaps</name> <description>Apache Baremaps (incubating) is a toolkit and a set of infrastructure components for creating, @@ -77,7 +77,7 @@ limitations under the License. <maven.compiler.release>17</maven.compiler.release> <maven.compiler.source>17</maven.compiler.source> <maven.compiler.target>17</maven.compiler.target> - <project.build.outputTimestamp>2024-03-18T11:01:08Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2024-11-09T13:13:45Z</project.build.outputTimestamp> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <sonar.host.url>https://sonarcloud.io</sonar.host.url> <sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey> @@ -737,7 +737,7 @@ limitations under the License. <exclude>**/vector_tile.proto</exclude> <!-- Files without headers --> - <exclude>**/DISCLAIMER-WIP</exclude> + <exclude>**/DISCLAIMER</exclude> <exclude>**/data.osm</exclude> <exclude>**/nodes.wkt</exclude> <exclude>**/ways.wkt</exclude>
