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:50:37 UTC

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

Repository: lucene-solr
Updated Branches:
  refs/heads/master c3c1f8d6e -> 621527d1a


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/621527d1
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/621527d1
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/621527d1

Branch: refs/heads/master
Commit: 621527d1a2cb952e180f8ecc4b99d3ac618c6e2b
Parents: c3c1f8d
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:50:23 2016 +0200

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/621527d1/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"/>