From: Matthias Sohn Date: Sat, 8 Dec 2018 23:12:51 +0000 (+0100) Subject: Add new ssh bundles to Maven central scripts X-Git-Tag: v5.2.1.201812262042-r~7 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5218d2f5da4c55ce6da87dc0bd271a2816426468;p=jgit.git Add new ssh bundles to Maven central scripts Change-Id: I5c41426f59a60af3da808f89be4e498c7ba2196e Signed-off-by: Matthias Sohn --- diff --git a/tools/maven-central/deploy.rb b/tools/maven-central/deploy.rb index 2744e772a1..7cab32236b 100755 --- a/tools/maven-central/deploy.rb +++ b/tools/maven-central/deploy.rb @@ -55,9 +55,11 @@ artifacts = [group, group + '.http.server', group + '.junit', group + '.junit.http', + group + '.junit.ssh', group + '.lfs', group + '.lfs.server', group + '.pgm', + group + '.ssh.apache', group + '.ui'] prefix = ["mvn", "gpg:sign-and-deploy-file", "-Dgpg.passphrase=#{passphrase}", diff --git a/tools/maven-central/download.rb b/tools/maven-central/download.rb index b6c2671742..543ae87a5d 100755 --- a/tools/maven-central/download.rb +++ b/tools/maven-central/download.rb @@ -15,9 +15,11 @@ artifacts = [group, group + '.http.server', group + '.junit', group + '.junit.http', + group + '.junit.ssh', group + '.lfs', group + '.lfs.server', group + '.pgm', + group + '.ssh.apache', group + '.ui'] puts 'Deleting current files'