* [JGIT PATCH] Correct JGit project URL in Maven pom.xml
@ 2009-06-20 21:05 Shawn O. Pearce
0 siblings, 0 replies; only message in thread
From: Shawn O. Pearce @ 2009-06-20 21:05 UTC (permalink / raw)
To: Robin Rosenberg; +Cc: git
When we split out of the EGit project repository our canonical
project URL changed.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
---
jgit-maven/jgit/pom.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jgit-maven/jgit/pom.xml b/jgit-maven/jgit/pom.xml
index 75c4b75..45fa273 100644
--- a/jgit-maven/jgit/pom.xml
+++ b/jgit-maven/jgit/pom.xml
@@ -41,7 +41,7 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<packaging>jar</packaging>
<version>0.4-SNAPSHOT</version>
<name>jgit</name>
- <url>http://repo.or.cz/w/egit.git</url>
+ <url>http://repo.or.cz/w/jgit.git</url>
<mailingLists>
<mailingList>
<name>GIT Mailing List</name>
--
1.6.3.2.416.g04d0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-06-20 21:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-20 21:05 [JGIT PATCH] Correct JGit project URL in Maven pom.xml Shawn O. Pearce
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).