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

ask(prompt) {|q| q.echo = false} ask(prompt) {|q| q.echo = false}
end 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/' url = 'https://oss.sonatype.org/service/local/staging/deploy/maven2/'
repositoryId = 'sonatype-nexus-staging' repositoryId = 'sonatype-nexus-staging'
puts "gpg passphrase ?" puts "gpg passphrase ?"
group + '.ant', group + '.ant',
group + '.archive', group + '.archive',
group + '.console', group + '.console',
group + '.http.apache',
group + '.http.server', group + '.http.server',
group + '.java7', group + '.java7',
group + '.junit', group + '.junit',

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

#!/usr/bin/env ruby #!/usr/bin/env ruby
version = '3.1.0.201310021548-r'.freeze
version = '3.3.0.201403021825-r'.freeze
group = 'org.eclipse.jgit' group = 'org.eclipse.jgit'
artifacts = [group, artifacts = [group,
group + '.ant', group + '.ant',
group + '.archive', group + '.archive',
group + '.console', group + '.console',
group + '.http.apache',
group + '.http.server', group + '.http.server',
group + '.java7', group + '.java7',
group + '.junit', group + '.junit',

Loading…
Cancel
Save