This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to tag v0.7.3-rc1 in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 6dbb95c02ecfc01c43cb627cfa36d485f4c5bbfa Author: Bertil Chapuis <[email protected]> AuthorDate: Tue Apr 9 21:41:19 2024 +0200 Release Baremaps <version> --- baremaps-cli/pom.xml | 2 +- baremaps-core/pom.xml | 2 +- baremaps-server/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml index b9ebf99b..a107ec72 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.3-SNAPSHOT</version> + <version>0.7.3</version> </parent> <artifactId>baremaps-cli</artifactId> diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml index accf8138..b2095565 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.3-SNAPSHOT</version> + <version>0.7.3</version> </parent> <artifactId>baremaps-core</artifactId> diff --git a/baremaps-server/pom.xml b/baremaps-server/pom.xml index 263d28d3..d11ceb9f 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.3-SNAPSHOT</version> + <version>0.7.3</version> </parent> <artifactId>baremaps-server</artifactId> diff --git a/pom.xml b/pom.xml index 94379c4f..4c7eea9f 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.3-SNAPSHOT</version> + <version>0.7.3</version> <packaging>pom</packaging> <name>baremaps</name> <description>Apache Baremaps (incubating) is a toolkit and a set of infrastructure components for creating,
