mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- bump jruby to 1.7.1
- bump elasticsearch to 0.20.2
This commit is contained in:
parent
3726ab7420
commit
80216bcbe2
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -3,8 +3,8 @@
|
|||
# cpio
|
||||
# wget or curl
|
||||
#
|
||||
JRUBY_VERSION=1.7.0
|
||||
ELASTICSEARCH_VERSION=0.19.10
|
||||
JRUBY_VERSION=1.7.1
|
||||
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