Browse Source

Update scripts to deploy jgit on Maven central

Change-Id: I760ad82f2455cfc2cdc76c9331a03b09aebb2349
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tags/v3.3.1.201403241930-r
Matthias Sohn 10 years ago
parent
commit
f59b680c4c
2 changed files with 4 additions and 2 deletions
  1. 2
    1
      tools/maven-central/deploy.rb
  2. 2
    1
      tools/maven-central/download.rb

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

@@ -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',

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

@@ -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',

Loading…
Cancel
Save