summaryrefslogtreecommitdiffstats
path: root/tools/maven-central/deploy.rb
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2014-03-05 00:43:21 +0100
committerMatthias Sohn <matthias.sohn@sap.com>2014-03-05 00:43:21 +0100
commitf59b680c4c0edd257b4777932bdb2cc2de1db797 (patch)
treedd59f5f58dac236d7f851b8bbdfc89c87180e0c3 /tools/maven-central/deploy.rb
parentc1fee1d16b3da4c6af1e86dbd71fbf55f4b5bb0d (diff)
downloadjgit-f59b680c4c0edd257b4777932bdb2cc2de1db797.tar.gz
jgit-f59b680c4c0edd257b4777932bdb2cc2de1db797.zip
Update scripts to deploy jgit on Maven central
Change-Id: I760ad82f2455cfc2cdc76c9331a03b09aebb2349 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'tools/maven-central/deploy.rb')
-rwxr-xr-xtools/maven-central/deploy.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/maven-central/deploy.rb b/tools/maven-central/deploy.rb
index f169747c79..44abccfc92 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',