Revert commit 4f7299a

Need to revert bump to 5.0.0.dev because individual plugins
will not install on top of this version.

In plugins' gemspec, the constraint is
`s.add_runtime_dependency "logstash-core", ">= 2.0.0", "< 3.0.0"`

This needs to be mass updated, and then bumped to 5.0.0

Fixes #4828
This commit is contained in:
Suyog Rao 2016-03-17 11:28:48 +11:00
parent 4f7299a555
commit b9369abc0e
4 changed files with 4 additions and 4 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.dev"
LOGSTASH_CORE_EVENT_JAVA_VERSION = "3.0.0.dev"