From 6fc5af47d102c37adfa5fb6c325616214d297085 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 29 May 2015 14:39:33 +0200 Subject: [PATCH] Update project meta-data in pom.xml used for site generation - Update list of committers - Update scm information - Expose jgit hudson for Maven site - Name our project's organization - Scm URL should point to a web-enabled view on the repository - Extract tycho-extras version used during signing to a property Change-Id: If32bed323ec283b5e83d28ffe8775220f7c4cecd Signed-off-by: Matthias Sohn --- pom.xml | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 2bedc8798a..5771d5ab56 100644 --- a/pom.xml +++ b/pom.xml @@ -56,15 +56,25 @@ JGit - Parent ${jgit-url} + + Eclipse JGit Project + http://www.eclipse.org/jgit + + Pure Java implementation of Git - http://egit.eclipse.org/w/?p=jgit.git - scm:git:git://egit.eclipse.org/jgit.git + http://git.eclipse.org/c/jgit/jgit.git/ + scm:git:https://git.eclipse.org/r/jgit/jgit + + hudson + https://hudson.eclipse.org/jgit/ + + Chris Aniszczyk @@ -81,6 +91,9 @@ Gunnar Wagenknecht + + Jonathan Nieder + Kevin Sawicki @@ -93,6 +106,9 @@ Robin Rosenberg + + Robin Stocker + Sasa Zivkov @@ -191,6 +207,7 @@ 1.7.2 1.2.15 2.10.1 + 0.22.0 jacoco @@ -355,12 +372,12 @@ org.eclipse.tycho.extras tycho-pack200a-plugin - 0.22.0 + ${tycho-extras-version} org.eclipse.tycho.extras tycho-pack200b-plugin - 0.22.0 + ${tycho-extras-version} org.jacoco -- 2.39.5