Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Sawicki2012-01-23 17:19:18 +0000
committerKevin Sawicki2012-01-23 17:19:18 +0000
commit2fa5bcd6bbf9e4905c9e022fa1cb371b96a02694 (patch)
tree3c348bd1d5ac273fddc0e5d97125a244f3608b8a /pom.xml
parent96acc4e5cfb84a181874007074b956763db347bb (diff)
downloadjgit-2fa5bcd6bbf9e4905c9e022fa1cb371b96a02694.tar.gz
jgit-2fa5bcd6bbf9e4905c9e022fa1cb371b96a02694.tar.xz
jgit-2fa5bcd6bbf9e4905c9e022fa1cb371b96a02694.zip
Add scm section to root POM file
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index d32c0098d1..6430a8f209 100644
--- a/pom.xml
+++ b/pom.xml
@@ -59,6 +59,11 @@
Pure Java implementation of Git
</description>
+ <scm>
+ <url>http://egit.eclipse.org/w/?p=jgit.git</url>
+ <connection>scm:git:git://egit.eclipse.org/jgit.git</connection>
+ </scm>
+
<mailingLists>
<mailingList>
<name>jgit-dev Mailing List</name>

Back to the top