5.0.0.snapshot2

Fixes #5006
This commit is contained in:
Pier-Hugues Pellerin 2016-04-04 17:36:22 -04:00
parent ea7ec090c8
commit 793b867ce1
3 changed files with 3 additions and 3 deletions

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.0.0-alpha1.snapshot1"
LOGSTASH_CORE_VERSION = "5.0.0-alpha1.snapshot2"

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.0.0-alpha1.snapshot1"
LOGSTASH_VERSION = "5.0.0-alpha1.snapshot2"

View file

@ -17,7 +17,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.version = LOGSTASH_CORE_VERSION.gsub(/-/, '.')
gem.add_runtime_dependency "logstash-core-event-java", "~> 5.0.0.alpha1.snapshot1"
gem.add_runtime_dependency "logstash-core-event-java", "~> 5.0.0.alpha1.snapshot2"
gem.add_runtime_dependency "cabin", "~> 0.8.0" #(Apache 2.0 license)
gem.add_runtime_dependency "pry", "~> 0.10.1" #(Ruby license)