This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to tag v0.7.2-rc2 in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit f09223fbaaccca3f2c7faa1374bc45eb6aa2aee4 Author: Bertil Chapuis <[email protected]> AuthorDate: Tue Sep 12 21:34:08 2023 +0200 Release Baremaps 0.7.2 --- baremaps-benchmark/pom.xml | 2 +- baremaps-cli/pom.xml | 2 +- baremaps-core/pom.xml | 2 +- baremaps-ogcapi/pom.xml | 2 +- baremaps-server/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/baremaps-benchmark/pom.xml b/baremaps-benchmark/pom.xml index c0576c1a..1c5f8480 100644 --- a/baremaps-benchmark/pom.xml +++ b/baremaps-benchmark/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> </parent> <artifactId>baremaps-benchmark</artifactId> diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml index 6f900172..33039663 100644 --- a/baremaps-cli/pom.xml +++ b/baremaps-cli/pom.xml @@ -16,7 +16,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> </parent> <artifactId>baremaps-cli</artifactId> diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml index ed5961a0..54ab4554 100644 --- a/baremaps-core/pom.xml +++ b/baremaps-core/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> </parent> <artifactId>baremaps-core</artifactId> diff --git a/baremaps-ogcapi/pom.xml b/baremaps-ogcapi/pom.xml index 70ace7ef..290ed5d1 100644 --- a/baremaps-ogcapi/pom.xml +++ b/baremaps-ogcapi/pom.xml @@ -17,7 +17,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> </parent> <artifactId>baremaps-ogcapi</artifactId> <packaging>jar</packaging> diff --git a/baremaps-server/pom.xml b/baremaps-server/pom.xml index e5f1080d..202efb8c 100644 --- a/baremaps-server/pom.xml +++ b/baremaps-server/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> </parent> <artifactId>baremaps-server</artifactId> diff --git a/pom.xml b/pom.xml index ff4cbe14..1329eb19 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.2</version> <packaging>pom</packaging> <name>baremaps</name> <description>Apache Baremaps (incubating) is a toolkit and a set of infrastructure components for creating, publishing, and operating online maps.</description>
