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

[TASK] Update default versions

parent a58c90ac
No related branches found
No related tags found
No related merge requests found
actions :add
attribute :solr, :kind_of => String, :default => '6.6.2'
attribute :tika_server, :kind_of => String, :default => '1.17'
attribute :extension, :kind_of => String, :default => '7.5'
# https://docs.typo3.org/typo3cms/extensions/solr/Appendix/VersionMatrix.html
attribute :solr, :kind_of => String, :default => '7.6.0'
attribute :tika_server, :kind_of => String, :default => '1.19.1'
attribute :extension, :kind_of => String, :default => '9.0'
def initialize(*args)
super
......
......@@ -2,7 +2,7 @@ actions :add, :remove
attribute :name, :kind_of => String, :name_attribute => true
attribute :language, :kind_of => String, :default => 'english'
attribute :config_directory, :kind_of => String, :default => 'ext_solr_7_5_0'
attribute :config_directory, :kind_of => String, :default => 'ext_solr_9_0_0'
def initialize(*args)
super
......
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