You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/01/21 15:35:22 UTC

[maven-archiver] branch master updated: simplified Jira jql

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-archiver.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ed4222  simplified Jira jql
9ed4222 is described below

commit 9ed42220f39f8cfae7318dd7bcd1ccc7e8a7189c
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Jan 21 16:35:21 2019 +0100

    simplified Jira jql
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 10c81d4..10bbce2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,7 +46,7 @@
   </scm>
   <issueManagement>
     <system>jira</system>
-    <url>https://issues.apache.org/jira/issues/?jql=project%20%3D%20MSHARED%20AND%20component%20%3D%20maven-archiver</url>
+    <url>https://issues.apache.org/jira/issues/?jql=project%3DMSHARED+AND+component%3Dmaven-archiver</url>
   </issueManagement>
   <ciManagement>
     <system>Jenkins</system>