Sha256: 4a2d25172b886536455c18063f919f1c7b298f76b4c18f95022c33456f91293a

Contents?: true

Size: 353 Bytes

Versions: 2

Compression:

Stored size: 353 Bytes

Contents

module Maven
  module Tools
    unless defined? VERSIONS
      VERSIONS = { 
        :jruby_rack => "1.1.6",
        :war_plugin => "2.2",
        :jar_plugin => "2.4",
        :jruby_plugins => "0.29.0",
        :bundler_version => "1.1.4",
        :jruby_version => defined?(JRUBY_VERSION) ? JRUBY_VERSION : "1.6.7.2"
      }.freeze
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maven-tools-0.29.2 lib/maven/tools/versions.rb
maven-tools-0.29.1 lib/maven/tools/versions.rb