Sha256: c50b37021d174da24c716eb4e853275eeac029af2958d21e55a4a3ff8ef5b296

Contents?: true

Size: 388 Bytes

Versions: 2

Compression:

Stored size: 388 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.7.2"
      }.freeze
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maven-tools-0.30.0 lib/maven/tools/versions.rb
maven-tools-0.29.3 lib/maven/tools/versions.rb