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

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/main by this push:
     new d5495042 Prepare for next development iteration
d5495042 is described below

commit d5495042af2541fef33be1b3740714cc838bfed5
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Oct 10 10:13:18 2023 +0200

    Prepare for next development iteration
---
 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 5bce7e5c..31c4b2ea 100644
--- a/baremaps-benchmark/pom.xml
+++ b/baremaps-benchmark/pom.xml
@@ -21,7 +21,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>baremaps-benchmark</artifactId>
diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml
index 3c6a84ae..b42482e0 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.2</version>
+    <version>0.7.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>baremaps-cli</artifactId>
diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml
index de5983bd..f7d3c99f 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.2</version>
+    <version>0.7.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>baremaps-core</artifactId>
diff --git a/baremaps-ogcapi/pom.xml b/baremaps-ogcapi/pom.xml
index 95eace4b..2d24ecfb 100644
--- a/baremaps-ogcapi/pom.xml
+++ b/baremaps-ogcapi/pom.xml
@@ -22,7 +22,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.7.2</version>
+    <version>0.7.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-ogcapi</artifactId>
   <packaging>jar</packaging>
diff --git a/baremaps-server/pom.xml b/baremaps-server/pom.xml
index 4abc42de..b842a2f8 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.2</version>
+    <version>0.7.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>baremaps-server</artifactId>
diff --git a/pom.xml b/pom.xml
index 8e3418e0..bd0d0906 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.2</version>
+  <version>0.7.3-SNAPSHOT</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>

Reply via email to