You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2023/03/14 17:34:42 UTC

[incubator-baremaps] 01/01: Release Baremaps 0.7.1 (incubating)

This is an automated email from the ASF dual-hosted git repository.

bchapuis pushed a commit to tag v0.7.1-rc2
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git

commit 6619632bb56dd20d58280329c5105208c342bfc1
Author: Bertil Chapuis <bc...@gmail.com>
AuthorDate: Tue Mar 14 18:33:55 2023 +0100

    Release Baremaps 0.7.1 (incubating)
---
 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 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 ebb0f707..c9a7f523 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>