You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2016/07/17 10:52:22 UTC

lucene-solr:branch_6x: Update JGit to keep up-to-date with recent GIT versions

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x 46c1601b0 -> 9913daaa9


Update JGit to keep up-to-date with recent GIT versions


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/9913daaa
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/9913daaa
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/9913daaa

Branch: refs/heads/branch_6x
Commit: 9913daaa90666f1d8a10691c653ca3dd600a5a62
Parents: 46c1601
Author: Uwe Schindler <us...@apache.org>
Authored: Sun Jul 17 12:50:23 2016 +0200
Committer: Uwe Schindler <us...@apache.org>
Committed: Sun Jul 17 12:52:06 2016 +0200

----------------------------------------------------------------------
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/9913daaa/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 5cc7bd8..53b278f 100644
--- a/build.xml
+++ b/build.xml
@@ -20,7 +20,7 @@
 <project name="lucene-solr" default="-projecthelp" basedir=".">
   <import file="lucene/common-build.xml"/>
 
-  <property name="jgit-version" value="4.2.0.201601211800-r"/>
+  <property name="jgit-version" value="4.4.1.201607150455-r"/>
   
   <property name="tests.heap-dump-dir" location="heapdumps"/>