This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch 492-release in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit 80f57c9d936bcdffb7a32720b3e31795f92d0e4b Author: Bertil Chapuis <[email protected]> AuthorDate: Sun Nov 13 13:28:41 2022 +0100 Add project's description to the pom file --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d9b1d46d..92d7eeee 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ <version>0.7.1-SNAPSHOT</version> <packaging>pom</packaging> <name>baremaps</name> - <description>Baremaps</description> - <url>https://github.com/baremaps/baremaps</url> + <description>Apache Baremaps (incubating) is a toolkit and a set of infrastructure components for creating, publishing, and operating online maps.</description> + <url>https://github.com/apache/baremaps</url> <organization> <name>baremaps</name>
