Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hoffmann <[email protected]>
  • Loading branch information
maho7791 committed Sep 29, 2023
1 parent a0e0829 commit a74a452
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for EMF additionally:

Finally the Lucene dependencies are needed as well.

The implementation is based on Lucene 9.7.0 dependencies. The latest version is 1.3.x
The implementation is based on Lucene 9.8.0 dependencies. The latest version is 1.4.x

## Lucene and OSGi

Expand All @@ -32,7 +32,7 @@ You can find the releases at Maven Central:
<dependency>
<groupId>org.geckoprojects.search</groupId>
<artifactId>org.apache.lucene.core</artifactId>
<version>9.7.0</version>
<version>9.8.0</version>
</dependency>
```

Expand Down Expand Up @@ -70,7 +70,7 @@ To enable library support for Gecko Search you need:
<dependency>
<groupId>org.geckoprojects.search</groupId>
<artifactId>org.gecko.search.bnd.library</artifactId>
<version>1.3.0</version>
<version>1.4.0</version>
</dependency>
```
In the *build.bnd* you can enable the library using the instruction:
Expand Down

0 comments on commit a74a452

Please sign in to comment.