mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Upgrade JRuby to 1.7.2
This commit is contained in:
parent
dc3f46bd74
commit
59dfd5159c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue