]> source.dussan.org Git - jgit.git/commitdiff
Fix broken links to SCM and issue tracker in pom.xml 65/1195765/1
authorAntonin Delpeuch <antonin@delpeuch.eu>
Wed, 5 Jun 2024 08:17:48 +0000 (10:17 +0200)
committerAntonin Delpeuch <antonin@delpeuch.eu>
Wed, 5 Jun 2024 08:18:11 +0000 (10:18 +0200)
Change-Id: I34537d42dedfd0a20363cc791722e28c779524b4
Signed-off-by: Antonin Delpeuch <antonin@delpeuch.eu>
pom.xml

diff --git a/pom.xml b/pom.xml
index 1aa07fc701feeae5f88011db11a201f0e5497d95..eb82037088d39db5b5d446ae1cc3c2e4e26ba852 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -33,8 +33,8 @@
   </description>
 
   <scm>
-    <url>https://git.eclipse.org/r/plugins/gitiles/jgit/jgit</url>
-    <connection>scm:git:https://git.eclipse.org/r/jgit/jgit</connection>
+    <url>https://eclipse.gerrithub.io/plugins/gitiles/eclipse-jgit/jgit</url>
+    <connection>scm:git:https://eclipse.gerrithub.io/eclipse-jgit/jgit</connection>
   </scm>
 
   <ciManagement>
@@ -95,8 +95,8 @@
   </mailingLists>
 
   <issueManagement>
-    <url>https://bugs.eclipse.org/bugs/buglist.cgi?query_format=advanced;component=JGit;product=JGit;classification=Technology</url>
-    <system>Bugzilla</system>
+    <url>https://github.com/eclipse-jgit/jgit/issues</url>
+    <system>GitHub Issues</system>
   </issueManagement>
 
   <licenses>