From d8841b113a71d04c9bfe6f4b6c1bc98d1c09ab03 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 26 May 2011 09:34:22 +0200 Subject: [PATCH] improve build speed --- plugins/scm-git-plugin/pom.xml | 11 +++++++++++ pom.xml | 5 ----- scm-test/pom.xml | 13 ++++++++++++- 3 files changed, 23 insertions(+), 6 deletions(-) diff --git a/plugins/scm-git-plugin/pom.xml b/plugins/scm-git-plugin/pom.xml index 8dfba41d67..dd5cef47fa 100644 --- a/plugins/scm-git-plugin/pom.xml +++ b/plugins/scm-git-plugin/pom.xml @@ -65,5 +65,16 @@ 0.12.1 + + + + + + + jgit-repository + http://download.eclipse.org/jgit/maven + + + diff --git a/pom.xml b/pom.xml index 8669726552..15a94e2bbb 100644 --- a/pom.xml +++ b/pom.xml @@ -74,11 +74,6 @@ http://maven.scm-manager.org/nexus/content/groups/public - - jgit-repository - http://download.eclipse.org/jgit/maven - - diff --git a/scm-test/pom.xml b/scm-test/pom.xml index 7b6521a7cc..05b35c2dcf 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -52,7 +52,7 @@ org.eclipse.jgit org.eclipse.jgit - 0.10.1 + 0.12.1 @@ -71,4 +71,15 @@ + + + + + + jgit-repository + http://download.eclipse.org/jgit/maven + + + +