Skip to content

Commit

Permalink
Update lucene/solr deps
Browse files Browse the repository at this point in the history
- lucene-analyzers-common-7.2.1.jar
- lucene-core-7.2.1.jar
- solr-core-7.2.1.jar
- solr-solrj-7.2.1.jar
  • Loading branch information
gordyt committed Mar 13, 2018
1 parent 2cbaee5 commit b6cbaae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions instructions/bundling-scripts/zimbra-store.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,11 @@ main()

solrJars=(
"httpmime-4.3.5.jar"
"lucene-analyzers-common-6.6.0.jar"
"lucene-core-6.6.0.jar"
"lucene-analyzers-common-7.2.1.jar"
"lucene-core-7.2.1.jar"
"noggit-0.7.jar"
"solr-core-6.6.0.jar"
"solr-solrj-6.6.0.jar"
"solr-core-7.2.1.jar"
"solr-solrj-7.2.1.jar"
"zookeeper-3.4.5.jar"
)
for i in "${solrJars[@]}"
Expand Down

0 comments on commit b6cbaae

Please sign in to comment.