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 2017/02/07 09:07:32 UTC

[6/7] lucene-solr:branch_5_5: LUCENE-7596: Downgrade JGit to latest Java 7 compatible version

LUCENE-7596: Downgrade JGit to latest Java 7 compatible version


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

Branch: refs/heads/branch_5_5
Commit: 8db4edfe065cff60a549f634a41395deba656a98
Parents: cffa820
Author: Uwe Schindler <us...@apache.org>
Authored: Tue Feb 7 09:47:59 2017 +0100
Committer: Uwe Schindler <us...@apache.org>
Committed: Tue Feb 7 09:47:59 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/8db4edfe/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index d8eb7f7..5135fda 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.6.0.201612231935-r"/>
+  <property name="jgit-version" value="4.4.1.201607150455-r"/>
   
   <property name="tests.heap-dump-dir" location="heapdumps"/>