This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 492-release-wip in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 3940742425ab8226377577ceeb2d7e7d3744a187 Author: Bertil Chapuis <[email protected]> AuthorDate: Tue Mar 7 14:00:57 2023 +0100 [maven-release-plugin] prepare release v0.7.1-rc1 --- 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 | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/baremaps-benchmark/pom.xml b/baremaps-benchmark/pom.xml index 34ee5167..a22a0988 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>baremaps-benchmark</artifactId> diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml index 6d819f88..063c3606 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>baremaps-cli</artifactId> diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml index 8f89e026..d4be6876 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>baremaps-core</artifactId> diff --git a/baremaps-ogcapi/pom.xml b/baremaps-ogcapi/pom.xml index 06177605..ac4f5151 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>baremaps-ogcapi</artifactId> <packaging>jar</packaging> diff --git a/baremaps-server/pom.xml b/baremaps-server/pom.xml index 98c45a4c..5da71a88 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.1-SNAPSHOT</version> + <version>0.7.1</version> </parent> <artifactId>baremaps-server</artifactId> diff --git a/pom.xml b/pom.xml index 3229486f..5646d60b 100644 --- a/pom.xml +++ b/pom.xml @@ -15,7 +15,7 @@ <groupId>org.apache.baremaps</groupId> <artifactId>baremaps</artifactId> - <version>0.7.1-SNAPSHOT</version> + <version>0.7.1</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> @@ -53,7 +53,7 @@ <scm> <connection>scm:git:[email protected]:baremaps/baremaps.git</connection> <developerConnection>scm:git:[email protected]:baremaps/baremaps.git</developerConnection> - <tag>v0.2.3</tag> + <tag>v0.7.1-rc1</tag> <url>scm:git:[email protected]:baremaps/baremaps.git</url> </scm>
