mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
revert to alpha2 until we release
This commit is contained in:
parent
23604c13c1
commit
e01d247d5e
4 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue