Upgrade JRuby to 1.7.2

This commit is contained in:
Jordan Sissel 2013-01-17 11:10:32 -08:00
parent dc3f46bd74
commit 59dfd5159c

View file

@ -3,7 +3,7 @@
# cpio
# wget or curl
#
JRUBY_VERSION=1.7.1
JRUBY_VERSION=1.7.2
ELASTICSEARCH_VERSION=0.20.2
#VERSION=$(shell ruby -r./lib/logstash/version -e 'puts LOGSTASH_VERSION')
VERSION=$(shell awk -F\" '/LOGSTASH_VERSION/ {print $$2}' lib/logstash/version.rb)