diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2009-11-04 08:57:29 -0800 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2009-11-04 08:57:44 -0800 |
commit | ddefff9875ef63c2df4edfb04c6d8fb935bb3038 (patch) | |
tree | 98afe5b8456ca7e290d3651f36fa8fee3119b0d1 | |
parent | 8e901f44a086e499c93676508965ced5d6b27981 (diff) | |
download | jgit-ddefff9875ef63c2df4edfb04c6d8fb935bb3038.tar.gz jgit-ddefff9875ef63c2df4edfb04c6d8fb935bb3038.zip |
Use a more specific Bugzilla URL
This URL filters the search results within the entire Eclipse.org
Bugzilla server to only this that are open and pertain to our
project. It also sets up the "File a new bug" link to send any
new issue in our direction.
Change-Id: I5d50a2e7d0b34efb386492aedfe28f4ae67f92bc
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ </mailingLists> <issueManagement> - <url>https://bugs.eclipse.org/bugs/</url> + <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;component=JGit;product=EGit;classification=Technology</url> <system>Bugzilla</system> </issueManagement> |