You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/04/17 14:39:57 UTC

[maven-parent] branch master updated: Use the same jira url in all modules - site documentation

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new f223120  Use the same jira url in all modules - site documentation
f223120 is described below

commit f22312030a1bd581e3d3b335f4bd252142d498a7
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sat Apr 16 19:17:54 2022 +0200

    Use the same jira url in all modules - site documentation
---
 maven-extensions/site-pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-extensions/site-pom.xml b/maven-extensions/site-pom.xml
index 09b1535..1ee67c0 100644
--- a/maven-extensions/site-pom.xml
+++ b/maven-extensions/site-pom.xml
@@ -39,6 +39,6 @@ under the License.
 
   <issueManagement>
     <system>jira</system>
-    <url>https://issues.apache.org/jira/issues/?jql=project%20%3D%20MPOM%20AND%20component%20%3D%20maven-extensions</url>
+    <url>https://issues.apache.org/jira/projects/MPOM</url>
   </issueManagement>
 </project>