From f59b680c4c0edd257b4777932bdb2cc2de1db797 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 5 Mar 2014 00:43:21 +0100 Subject: [PATCH] Update scripts to deploy jgit on Maven central Change-Id: I760ad82f2455cfc2cdc76c9331a03b09aebb2349 Signed-off-by: Matthias Sohn --- tools/maven-central/deploy.rb | 3 ++- tools/maven-central/download.rb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tools/maven-central/deploy.rb b/tools/maven-central/deploy.rb index f169747c7..44abccfc9 100755 --- a/tools/maven-central/deploy.rb +++ b/tools/maven-central/deploy.rb @@ -34,7 +34,7 @@ def get_passphrase(prompt="Enter your GPG Passphrase") ask(prompt) {|q| q.echo = false} end -version = '3.1.0.201310021548-r'.freeze +version = '3.3.0.201403021825-r'.freeze url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/' repositoryId = 'sonatype-nexus-staging' puts "gpg passphrase ?" @@ -45,6 +45,7 @@ artifacts = [group, group + '.ant', group + '.archive', group + '.console', + group + '.http.apache', group + '.http.server', group + '.java7', group + '.junit', diff --git a/tools/maven-central/download.rb b/tools/maven-central/download.rb index b5dd871f3..949e6242f 100755 --- a/tools/maven-central/download.rb +++ b/tools/maven-central/download.rb @@ -1,10 +1,11 @@ #!/usr/bin/env ruby -version = '3.1.0.201310021548-r'.freeze +version = '3.3.0.201403021825-r'.freeze group = 'org.eclipse.jgit' artifacts = [group, group + '.ant', group + '.archive', group + '.console', + group + '.http.apache', group + '.http.server', group + '.java7', group + '.junit',