Skip to content
Snippets Groups Projects
Commit b9144448 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Add sane default for the tika version

parent 220e18f0
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ actions :add, :remove
attribute :name, :kind_of => String, :name_attribute => true
attribute :solr, :kind_of => String, :default => '3.6.2'
attribute :tika_server, :kind_of => String, :default => '0.0.0'
attribute :tika_server, :kind_of => String, :default => '1.14'
attribute :extension, :kind_of => String, :default => '2.8'
attribute :plugin, :kind_of => String, :default => '0.0.0'
attribute :plugin_access, :kind_of => String, :default => '0.0.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment