|
From: Mark Struberg <struberg <at> yahoo.de>
Subject: [JGIT PATCH 9/9] Add the <scm> section to the parent pom Newsgroups: gmane.comp.version-control.git Date: 2009-09-23 21:16:10 GMT (2 years, 19 weeks, 5 days, 9 hours and 5 minutes ago) Signed-off-by: Mark Struberg <struberg <at> yahoo.de> --- pom.xml | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index 821e92c..ec4857c 100644 --- a/pom.xml +++ b/pom.xml @@ -65,6 +65,12 @@ <system>google-issue</system> </issueManagement> + <scm> + <connection>scm:git:git://repo.or.cz/jgit</connection> + <developerConnection>scm:git:git://repo.or.cz/jgit</developerConnection> + <url>http://repo.or.cz/r/jgit.git</url> + </scm> + <developers> <developer> <name>Shawn O. Pearce</name> -- 1.6.2.5 |
|