Skip to content

Commit

Permalink
[TASK] Update to Apache Solr 9.8.0
Browse files Browse the repository at this point in the history
Most probably the plugin must be adjusted to run together with Apache Solr 9.8.0.
Currently the Solr TYPO3 Plugin 6.0.0 can not be loaded on Apache Solr 9.8.0
  • Loading branch information
dkd-kaehm committed Jan 27, 2025
1 parent e701e91 commit bc7df63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</organization>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<solr.version>9.6.1</solr.version>
<solr.version>9.8.0</solr.version>
<timestamp>${maven.build.timestamp}</timestamp>
<java.compat.version>17</java.compat.version>
</properties>
Expand Down

0 comments on commit bc7df63

Please sign in to comment.