revert to alpha2 until we release

This commit is contained in:
Suyog Rao 2017-05-31 08:41:12 -07:00
parent 23604c13c1
commit e01d247d5e
4 changed files with 5 additions and 5 deletions

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", "6.0.0.beta1"
gem.add_runtime_dependency "logstash-core", "6.0.0.alpha2"
# 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 = "6.0.0-beta1"
LOGSTASH_CORE_VERSION = "6.0.0-alpha2"

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 = "6.0.0-beta1"
LOGSTASH_VERSION = "6.0.0-alpha2"

View file

@ -1,4 +1,4 @@
---
logstash: 6.0.0-beta1
logstash-core: 6.0.0-beta1
logstash: 6.0.0-alpha2
logstash-core: 6.0.0-alpha2
logstash-core-plugin-api: 2.1.16