diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-01-22 01:49:22 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-01-22 01:50:36 +0100 |
commit | 5da5eb4b6975a4c9867e038a07827fca4538fb14 (patch) | |
tree | f5ff1bca990ce570a6e0a36a8bcedfcc28bdeefc /tools/maven-central/download.rb | |
parent | fc4d117511858c0546e85b20dfc319759ce9d9bb (diff) | |
download | jgit-5da5eb4b6975a4c9867e038a07827fca4538fb14.tar.gz jgit-5da5eb4b6975a4c9867e038a07827fca4538fb14.zip |
Remove java7 bundle from Maven central scripts
The bundle org.eclipse.jgit.java7 was deleted in 4.0
Change-Id: I57dbc0b18eaf164c8f53cc2b776ecb80481a993d
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'tools/maven-central/download.rb')
-rwxr-xr-x | tools/maven-central/download.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/maven-central/download.rb b/tools/maven-central/download.rb index de4ecd4262..b7ea2150ba 100755 --- a/tools/maven-central/download.rb +++ b/tools/maven-central/download.rb @@ -13,7 +13,6 @@ artifacts = [group, group + '.archive', group + '.http.apache', group + '.http.server', - group + '.java7', group + '.junit', group + '.junit.http', group + '.pgm', |