Skip to content

Commit

Permalink
update to Lucene 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnaber committed Jul 8, 2015
1 parent f62ce05 commit 67676ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions languagetool-core/pom.xml
Expand Up @@ -122,13 +122,13 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>
<dependency>
<!-- so we can open indexed created with older versions of Lucene -->
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-backward-codecs</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>

<dependency>
Expand Down
8 changes: 4 additions & 4 deletions languagetool-wikipedia/pom.xml
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -139,12 +139,12 @@
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-queries</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-analyzers-common</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>
<!-- comment in this or some other driver for your database if you want to store
results of Wikipedia checks to a database (for license reasons, this
Expand All @@ -160,7 +160,7 @@
<!-- used for regex queries -->
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-sandbox</artifactId>
<version>5.0.0</version>
<version>5.1.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 67676ec

Please sign in to comment.