mirror of
https://github.com/elastic/logstash.git
synced 2025-04-25 07:07:54 -04:00
parent
12658724b5
commit
bc01bd1fb0
8 changed files with 13 additions and 13 deletions
|
@ -5,4 +5,4 @@
|
|||
# Note to authors: this should not include dashes because 'gem' barfs if
|
||||
# you include a dash in the version string.
|
||||
|
||||
LOGSTASH_CORE_EVENT_JAVA_VERSION = "5.1.1"
|
||||
LOGSTASH_CORE_EVENT_JAVA_VERSION = "5.1.2"
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
# Note to authors: this should not include dashes because 'gem' barfs if
|
||||
# you include a dash in the version string.
|
||||
|
||||
LOGSTASH_CORE_EVENT_VERSION = "5.1.1"
|
||||
LOGSTASH_CORE_EVENT_VERSION = "5.1.2"
|
||||
|
|
|
@ -1 +1 @@
|
|||
LOGSTASH_CORE_PLUGIN_API = "2.1.12"
|
||||
LOGSTASH_CORE_PLUGIN_API = "2.1.20"
|
||||
|
|
|
@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
|
|||
gem.require_paths = ["lib"]
|
||||
gem.version = LOGSTASH_CORE_PLUGIN_API
|
||||
|
||||
gem.add_runtime_dependency "logstash-core", "5.1.1"
|
||||
gem.add_runtime_dependency "logstash-core", "5.1.2"
|
||||
|
||||
# Make sure we dont build this gem from a non jruby
|
||||
# environment.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# encoding: utf-8
|
||||
|
||||
LOGSTASH_CORE_QUEUE_JRUBY_VERSION = "5.1.1"
|
||||
LOGSTASH_CORE_QUEUE_JRUBY_VERSION = "5.1.2"
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
# Note to authors: this should not include dashes because 'gem' barfs if
|
||||
# you include a dash in the version string.
|
||||
|
||||
LOGSTASH_CORE_VERSION = "5.1.1"
|
||||
LOGSTASH_CORE_VERSION = "5.1.2"
|
||||
|
|
|
@ -11,4 +11,4 @@
|
|||
# eventually this file should be in the root logstash lib fir and dependencies in logstash-core should be
|
||||
# fixed.
|
||||
|
||||
LOGSTASH_VERSION = "5.1.1"
|
||||
LOGSTASH_VERSION = "5.1.2"
|
||||
|
|
12
versions.yml
12
versions.yml
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
logstash: 5.1.1
|
||||
logstash-core: 5.1.1
|
||||
logstash-core-event: 5.1.1
|
||||
logstash-core-event-java: 5.1.1
|
||||
logstash-core-queue-jruby: 5.1.1
|
||||
logstash-core-plugin-api: 2.1.16
|
||||
logstash: 5.1.2
|
||||
logstash-core: 5.1.2
|
||||
logstash-core-event: 5.1.2
|
||||
logstash-core-event-java: 5.1.2
|
||||
logstash-core-queue-jruby: 5.1.2
|
||||
logstash-core-plugin-api: 2.1.20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue