diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-09 00:12:51 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2018-12-09 00:12:59 +0100 |
commit | 5218d2f5da4c55ce6da87dc0bd271a2816426468 (patch) | |
tree | 2e7f21e6455622fb833829083108e6c6599539ac /tools | |
parent | 7a2fe0a7a98f6db8410f83999e8dd1be3dca2966 (diff) | |
download | jgit-5218d2f5da4c55ce6da87dc0bd271a2816426468.tar.gz jgit-5218d2f5da4c55ce6da87dc0bd271a2816426468.zip |
Add new ssh bundles to Maven central scripts
Change-Id: I5c41426f59a60af3da808f89be4e498c7ba2196e
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/maven-central/deploy.rb | 2 | ||||
-rwxr-xr-x | tools/maven-central/download.rb | 2 |
2 files changed, 4 insertions, 0 deletions
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' |