bump to 5.0.0-alpha5

Fixes #5585
This commit is contained in:
Joao Duarte 2016-07-05 09:45:42 +01:00 committed by João Duarte
parent 72f0740e09
commit 4cf8031a49
7 changed files with 10 additions and 10 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_EVENT_JAVA_VERSION = "5.0.0"
LOGSTASH_CORE_EVENT_JAVA_VERSION = "5.0.0-alpha5"

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.0.0"
LOGSTASH_CORE_EVENT_VERSION = "5.0.0-alpha5"

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

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"
LOGSTASH_CORE_VERSION = "5.0.0-alpha5"

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"
LOGSTASH_VERSION = "5.0.0-alpha5"

View file

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

View file

@ -1,6 +1,6 @@
---
logstash: 5.0.0
logstash-core: 5.0.0
logstash-core-event: 5.0.0
logstash-core-event-java: 5.0.0
logstash: 5.0.0-alpha5
logstash-core: 5.0.0-alpha5
logstash-core-event: 5.0.0-alpha5
logstash-core-event-java: 5.0.0-alpha5
logstash-core-plugin-api: 2.1.7