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
The following commit(s) were added to refs/heads/492-release-wip by this push:
new b65519ef [maven-release-plugin] prepare for next development iteration
b65519ef is described below
commit b65519ef849f16b213ed237823626a7cb7300ef6
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Mar 7 14:33:49 2023 +0100
[maven-release-plugin] 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 | 4 ++--
6 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/baremaps-benchmark/pom.xml b/baremaps-benchmark/pom.xml
index a22a0988..c0576c1a 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</version>
+ <version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>baremaps-benchmark</artifactId>
diff --git a/baremaps-cli/pom.xml b/baremaps-cli/pom.xml
index 063c3606..d54e454b 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</version>
+ <version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>baremaps-cli</artifactId>
diff --git a/baremaps-core/pom.xml b/baremaps-core/pom.xml
index d4be6876..f943524c 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</version>
+ <version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>baremaps-core</artifactId>
diff --git a/baremaps-ogcapi/pom.xml b/baremaps-ogcapi/pom.xml
index ac4f5151..1e24f574 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</version>
+ <version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>baremaps-ogcapi</artifactId>
<packaging>jar</packaging>
diff --git a/baremaps-server/pom.xml b/baremaps-server/pom.xml
index 5da71a88..9b946e23 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</version>
+ <version>0.7.2-SNAPSHOT</version>
</parent>
<artifactId>baremaps-server</artifactId>
diff --git a/pom.xml b/pom.xml
index 5646d60b..2d65c1f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,7 +15,7 @@
<groupId>org.apache.baremaps</groupId>
<artifactId>baremaps</artifactId>
- <version>0.7.1</version>
+ <version>0.7.2-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>
@@ -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.7.1-rc1</tag>
+ <tag>v0.2.3</tag>
<url>scm:git:[email protected]:baremaps/baremaps.git</url>
</scm>