This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 1767cd1  Fix typo in issueManagement URI and 404 in Maven site
1767cd1 is described below

commit 1767cd16dd9f8790e3ad8c3bd1698e7bd8b6de95
Author: P. Ottlinger <[email protected]>
AuthorDate: Sun Apr 12 21:28:38 2026 +0200

    Fix typo in issueManagement URI and 404 in Maven site
    
    Adapt link to issue management that is broken/404 at
    
https://maven.apache.org/plugins/maven-project-info-reports-plugin/issue-management.html
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5d11c66..f53bad0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,7 @@ under the License.
   </scm>
   <issueManagement>
     <system>GitHub</system>
-    
<url>https://github.com/apache/maven-project-info-reports-plugin/isuess</url>
+    
<url>https://github.com/apache/maven-project-info-reports-plugin/issues</url>
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>

Reply via email to