Sha256: e2be6696270fc73b216f87e7424aa694f8ee08e38ee832660559e2d11dca9a09
Contents?: true
Size: 397 Bytes
Versions: 1
Compression:
Stored size: 397 Bytes
Contents
module Maven module Tools unless defined? VERSIONS VERSIONS = { :jetty_plugin => "7.6.4.v20120524", :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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
maven-tools-0.29.0 | lib/maven/tools/versions.rb |