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 6326256c4 Prepare for next development iteration
6326256c4 is described below

commit 6326256c450ec2348062b0703c8e3acb512404b3
Author: Bertil Chapuis <[email protected]>
AuthorDate: Wed Feb 26 11:10:53 2025 +0100

    Prepare for next development iteration
---
 baremaps-benchmarking/pom.xml  | 2 +-
 baremaps-cli/pom.xml           | 2 +-
 baremaps-core/pom.xml          | 2 +-
 baremaps-csv/pom.xml           | 2 +-
 baremaps-data/pom.xml          | 2 +-
 baremaps-dem/pom.xml           | 2 +-
 baremaps-flatgeobuf/pom.xml    | 2 +-
 baremaps-geopackage/pom.xml    | 2 +-
 baremaps-geoparquet/pom.xml    | 2 +-
 baremaps-maplibre/pom.xml      | 2 +-
 baremaps-openstreetmap/pom.xml | 2 +-
 baremaps-pmtiles/pom.xml       | 2 +-
 baremaps-postgres/pom.xml      | 2 +-
 baremaps-rpsl/pom.xml          | 2 +-
 baremaps-server/pom.xml        | 2 +-
 baremaps-shapefile/pom.xml     | 2 +-
 baremaps-store/pom.xml         | 2 +-
 baremaps-testing/pom.xml       | 2 +-
 pom.xml                        | 4 ++--
 19 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/baremaps-benchmarking/pom.xml b/baremaps-benchmarking/pom.xml
index 662a9c273..ad70b3f51 100644
--- a/baremaps-benchmarking/pom.xml
+++ b/baremaps-benchmarking/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>baremaps-benchmarking</artifactId>
diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml
index 8b6bca864..3c0c9810c 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.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>baremaps-cli</artifactId>
diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml
index 3633d4c2b..faeee3c4e 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.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>baremaps-core</artifactId>
diff --git a/baremaps-csv/pom.xml b/baremaps-csv/pom.xml
index deb570579..b5df4faab 100644
--- a/baremaps-csv/pom.xml
+++ b/baremaps-csv/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-csv</artifactId>
   <name>Apache Baremaps CSV</name>
diff --git a/baremaps-data/pom.xml b/baremaps-data/pom.xml
index 65a4b5054..c3275b1f2 100644
--- a/baremaps-data/pom.xml
+++ b/baremaps-data/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-data</artifactId>
   <name>Apache Baremaps Data</name>
diff --git a/baremaps-dem/pom.xml b/baremaps-dem/pom.xml
index 9d3c2e0e8..fec53dcb2 100644
--- a/baremaps-dem/pom.xml
+++ b/baremaps-dem/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-dem</artifactId>
   <name>Apache Baremaps DEM</name>
diff --git a/baremaps-flatgeobuf/pom.xml b/baremaps-flatgeobuf/pom.xml
index e6def6e6f..62ccbf84e 100644
--- a/baremaps-flatgeobuf/pom.xml
+++ b/baremaps-flatgeobuf/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-flatgeobuf</artifactId>
   <name>Apache Baremaps FlatGeobuf</name>
diff --git a/baremaps-geopackage/pom.xml b/baremaps-geopackage/pom.xml
index bd8bc34f8..68a44cf69 100644
--- a/baremaps-geopackage/pom.xml
+++ b/baremaps-geopackage/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-geopackage</artifactId>
   <name>Apache Baremaps GeoPackage</name>
diff --git a/baremaps-geoparquet/pom.xml b/baremaps-geoparquet/pom.xml
index d2e1d2543..9b5629792 100644
--- a/baremaps-geoparquet/pom.xml
+++ b/baremaps-geoparquet/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-geoparquet</artifactId>
   <name>Apache Baremaps GeoParquet</name>
diff --git a/baremaps-maplibre/pom.xml b/baremaps-maplibre/pom.xml
index 1ae580d98..4969f8500 100644
--- a/baremaps-maplibre/pom.xml
+++ b/baremaps-maplibre/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-maplibre</artifactId>
   <name>Apache Baremaps MapLibre</name>
diff --git a/baremaps-openstreetmap/pom.xml b/baremaps-openstreetmap/pom.xml
index 54296ec0a..b9358baa3 100644
--- a/baremaps-openstreetmap/pom.xml
+++ b/baremaps-openstreetmap/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-openstreetmap</artifactId>
   <name>Apache Baremaps OpenStreetMap</name>
diff --git a/baremaps-pmtiles/pom.xml b/baremaps-pmtiles/pom.xml
index 1ca40e5f6..af5103aed 100644
--- a/baremaps-pmtiles/pom.xml
+++ b/baremaps-pmtiles/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-pmtiles</artifactId>
   <name>Apache Baremaps PMTiles</name>
diff --git a/baremaps-postgres/pom.xml b/baremaps-postgres/pom.xml
index 0f2bfa3e5..fedae8ce5 100644
--- a/baremaps-postgres/pom.xml
+++ b/baremaps-postgres/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>baremaps-postgres</artifactId>
diff --git a/baremaps-rpsl/pom.xml b/baremaps-rpsl/pom.xml
index b2897e87c..f4ec32915 100644
--- a/baremaps-rpsl/pom.xml
+++ b/baremaps-rpsl/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-rpsl</artifactId>
   <name>Apache Baremaps RPSL</name>
diff --git a/baremaps-server/pom.xml b/baremaps-server/pom.xml
index e98081f5f..f3178f929 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.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>baremaps-server</artifactId>
diff --git a/baremaps-shapefile/pom.xml b/baremaps-shapefile/pom.xml
index 70a377cf9..0ff71c6f0 100644
--- a/baremaps-shapefile/pom.xml
+++ b/baremaps-shapefile/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-shapefile</artifactId>
   <name>Apache Baremaps Shapefile</name>
diff --git a/baremaps-store/pom.xml b/baremaps-store/pom.xml
index f28a7dfa0..a652d8bf2 100644
--- a/baremaps-store/pom.xml
+++ b/baremaps-store/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-store</artifactId>
   <name>Apache Baremaps Store</name>
diff --git a/baremaps-testing/pom.xml b/baremaps-testing/pom.xml
index cfc0d2953..ad01b32f9 100644
--- a/baremaps-testing/pom.xml
+++ b/baremaps-testing/pom.xml
@@ -20,7 +20,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.baremaps</groupId>
     <artifactId>baremaps</artifactId>
-    <version>0.8.2</version>
+    <version>0.8.3-SNAPSHOT</version>
   </parent>
   <artifactId>baremaps-testing</artifactId>
   <name>Apache Baremaps Testing</name>
diff --git a/pom.xml b/pom.xml
index b46bd9029..bafe63f81 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ limitations under the License.
 
   <groupId>org.apache.baremaps</groupId>
   <artifactId>baremaps</artifactId>
-  <version>0.8.2</version>
+  <version>0.8.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Apache Baremaps</name>
   <description>Apache Baremaps (incubating) is a toolkit and a set of 
infrastructure components for creating,
@@ -77,7 +77,7 @@ limitations under the License.
     <maven.compiler.release>17</maven.compiler.release>
     <maven.compiler.source>17</maven.compiler.source>
     <maven.compiler.target>17</maven.compiler.target>
-    
<project.build.outputTimestamp>2025-01-14T20:45:15Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2025-02-26T10:10:41Z</project.build.outputTimestamp>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <sonar.host.url>https://sonarcloud.io</sonar.host.url>
     <sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>

Reply via email to