Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Chef Cookbooks
typo3-solr
Commits
b6048c0e
Commit
b6048c0e
authored
May 10, 2019
by
Stefan Galinski
🎮
Browse files
[TASK] Update default versions
parent
a58c90ac
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
resources/app.rb
resources/app.rb
+4
-3
resources/core.rb
resources/core.rb
+1
-1
No files found.
resources/app.rb
View file @
b6048c0e
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
...
...
resources/core.rb
View file @
b6048c0e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment