Browse Source

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>
tags/v4.3.0.201603230630-rc1
Matthias Sohn 8 years ago
parent
commit
5da5eb4b69
2 changed files with 0 additions and 2 deletions
  1. 0
    1
      tools/maven-central/deploy.rb
  2. 0
    1
      tools/maven-central/download.rb

+ 0
- 1
tools/maven-central/deploy.rb View File

@@ -53,7 +53,6 @@ artifacts = [group,
group + '.archive',
group + '.http.apache',
group + '.http.server',
group + '.java7',
group + '.junit',
group + '.junit.http',
group + '.pgm',

+ 0
- 1
tools/maven-central/download.rb View File

@@ -13,7 +13,6 @@ artifacts = [group,
group + '.archive',
group + '.http.apache',
group + '.http.server',
group + '.java7',
group + '.junit',
group + '.junit.http',
group + '.pgm',

Loading…
Cancel
Save