Bump version to 5.1.1 (#6334)

This commit is contained in:
Suyog Rao 2016-11-30 15:48:59 -08:00 committed by GitHub
parent ee40051271
commit 86ef0d9190
8 changed files with 17 additions and 18 deletions

View file

@ -1,7 +1,7 @@
PATH
remote: ./logstash-core
specs:
logstash-core (5.1.0-java)
logstash-core (5.1.1-java)
chronic_duration (= 0.10.6)
clamp (~> 0.6.5)
concurrent-ruby (= 1.0.0)
@ -27,7 +27,7 @@ PATH
PATH
remote: ./logstash-core-event-java
specs:
logstash-core-event-java (5.1.0-java)
logstash-core-event-java (5.1.1-java)
jar-dependencies
ruby-maven (~> 3.3.9)
@ -35,12 +35,12 @@ PATH
remote: ./logstash-core-plugin-api
specs:
logstash-core-plugin-api (2.1.12-java)
logstash-core (= 5.1.0)
logstash-core (= 5.1.1)
PATH
remote: ./logstash-core-queue-jruby
specs:
logstash-core-queue-jruby (5.1.0-java)
logstash-core-queue-jruby (5.1.1-java)
GEM
remote: https://rubygems.org/
@ -85,7 +85,7 @@ GEM
docker-api (1.31.0)
excon (>= 0.38.0)
json
domain_name (0.5.20161021)
domain_name (0.5.20161129)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.1.1)
edn (1.1.1)
@ -212,7 +212,7 @@ GEM
logstash-filter-fingerprint (3.0.2)
logstash-core-plugin-api (>= 1.60, <= 2.99)
murmurhash3
logstash-filter-geoip (4.0.3-java)
logstash-filter-geoip (4.0.4-java)
logstash-core-plugin-api (>= 1.60, <= 2.99)
logstash-filter-grok (3.3.0)
jls-grok (~> 0.11.3)
@ -253,7 +253,7 @@ GEM
logstash-core-plugin-api (>= 1.60, <= 2.99)
nokogiri
xml-simple
logstash-input-beats (3.1.10-java)
logstash-input-beats (3.1.12-java)
concurrent-ruby (>= 0.9.2, <= 1.0.0)
jar-dependencies (~> 0.3.4)
logstash-codec-multiline (>= 2.0.5)

View file

@ -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.0"
LOGSTASH_CORE_EVENT_JAVA_VERSION = "5.1.1"

View file

@ -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.0"
LOGSTASH_CORE_EVENT_VERSION = "5.1.1"

View file

@ -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.0"
gem.add_runtime_dependency "logstash-core", "5.1.1"
# Make sure we dont build this gem from a non jruby
# environment.

View file

@ -1,3 +1,3 @@
# encoding: utf-8
LOGSTASH_CORE_QUEUE_JRUBY_VERSION = "5.1.0"
LOGSTASH_CORE_QUEUE_JRUBY_VERSION = "5.1.1"

View file

@ -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.0"
LOGSTASH_CORE_VERSION = "5.1.1"

View file

@ -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.0"
LOGSTASH_VERSION = "5.1.1"

View file

@ -1,7 +1,6 @@
---
logstash: 5.1.0
logstash-core: 5.1.0
logstash-core-event: 5.1.0
logstash-core-event-java: 5.1.0
logstash-core-queue-jruby: 5.1.0
logstash: 5.1.1
logstash-core: 5.1.1
logstash-core-event: 5.1.1
logstash-core-event-java: 5.1.1
logstash-core-plugin-api: 2.1.12