Sha256: 1cf318bc031efd1422ec5e877922423446483172c6402cee099a17e1fc428140

Contents?: true

Size: 386 Bytes

Versions: 2

Compression:

Stored size: 386 Bytes

Contents

module Maven
  module Tools
    unless defined? VERSIONS
      VERSIONS = { 
        :jruby_rack => "1.1.6",
        :assembly_plugin => "2.3",
        :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.8"
      }.freeze
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maven-tools-0.32.0 lib/maven/tools/versions.rb
maven-tools-0.31.0 lib/maven/tools/versions.rb