This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 752-release-automation in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 53ec6058820f6c3bde582cd0d411077fe0950ffc Author: Bertil Chapuis <[email protected]> AuthorDate: Thu Mar 14 09:13:16 2024 +0100 Add Apache parent project --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 94379c4f..dba5b9cc 100644 --- a/pom.xml +++ b/pom.xml @@ -27,6 +27,12 @@ limitations under the License. publishing, and operating online maps.</description> <url>https://github.com/apache/baremaps</url> + <parent> + <groupId>org.apache</groupId> + <artifactId>apache</artifactId> + <version>23</version> + </parent> + <organization> <name>baremaps</name> <url>https://www.baremaps.com/</url>
