GitHub user mcdonnell-john opened a pull request:
https://github.com/apache/incubator-netbeans/pull/118
[NETBEANS-54] Module Review o.eclipse.jgit
Had to change from using a jar called:
org.eclipse.jgit-3.6.2.201501210735-r-nosignature.jar to
org.eclipse.jgit-3.6.2.201501210735-r.jar
Since the previous one wasnt in maven. NO NOTICE file added - Not sure it
needs one since its under EDL - see
https://github.com/eclipse/jgit/tree/v3.6.2.201501210735-r
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mcdonnell-john/incubator-netbeans
feature/NETBEANS-54/o.eclipse.jgit
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-netbeans/pull/118.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #118
----
commit 0f0a0a51866412902354c2f0d814f318719e235b
Author: John McDonnell <[email protected]>
Date: 2017-10-11T07:01:23Z
[NETBEANS-54] Updated binaries to use maven lookups -
Had to change from using a jar called:
org.eclipse.jgit-3.6.2.201501210735-r-nosignature.jar to
org.eclipse.jgit-3.6.2.201501210735-r.jar
Since the previous one wasnt in maven. NO NOTICE file added - Not sure it
needs one since its under EDL - see
https://github.com/eclipse/jgit/tree/v3.6.2.201501210735-r
----
---