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 0103f978af38726e6d73808edf4b069929fee98f Author: Bertil Chapuis <[email protected]> AuthorDate: Sun Nov 13 13:25:30 2022 +0100 Add distribution to the license section of the pom --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index ca1e9894..d9b1d46d 100644 --- a/pom.xml +++ b/pom.xml @@ -19,6 +19,7 @@ <license> <name>Apache License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> + <distribution>repo</distribution> </license> </licenses>
