This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch 3.x
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/3.x by this push:
new 438cf4115 Fixing mailing lists link for doap
438cf4115 is described below
commit 438cf41157987658f1cbe561c8be9cf87bb03351
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Tue Feb 24 06:45:29 2026 +0000
Fixing mailing lists link for doap
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index dae0a8593..272d68c14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -702,7 +702,7 @@
<description>${project.description}</description>
<downloadPage>${project.distributionManagement.downloadUrl}</downloadPage>
<homepage>${project.url}</homepage>
-
<mailingList>${project.url}/mail-lists.html</mailingList>
+
<mailingList>${project.url}/mailing-lists.html</mailingList>
<name>${project.name}</name>
<shortdesc>A simple to use Java Security
Framework.</shortdesc>
<vendor>${project.organization.name}</vendor>