Skip to content

Commit

Permalink
Merge pull request #80 from pgj/use-lucene-4.6.1-cloudant1
Browse files Browse the repository at this point in the history
fix: switch to the Cloudant fork of Lucene 4.6.1
  • Loading branch information
pgj authored Aug 21, 2023
2 parents 5ed3001 + 2899553 commit d5c4127
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 @@ -13,7 +13,7 @@

<properties>
<encoding>UTF-8</encoding>
<lucene-version>4.6.1</lucene-version>
<lucene-version>4.6.1-cloudant1</lucene-version>
<maven.compiler.source>1.6</maven.compiler.source>
<maven.compiler.target>1.6</maven.compiler.target>
<scala.version>2.9.1</scala.version>
Expand Down

0 comments on commit d5c4127

Please sign in to comment.