Skip to content

Commit

Permalink
release 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eroux committed Sep 21, 2017
1 parent 109aa79 commit 1a42720
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ Installation through maven:
<dependency>
<groupId>io.bdrc.lucene</groupId>
<artifactId>lucene-bo</artifactId>
<version>1.0.0</version>
<version>1.1.1</version>
</dependency>
```

If the jar is needed for use in a non-maven based install, it may be found at

```
https://search.maven.org/remotecontent?filepath=io/bdrc/lucene/lucene-bo/1.1.0/lucene-bo-1.1.0.jar
https://repo1.maven.org/maven2/io/bdrc/lucene/lucene-bo/1.1.1/lucene-bo-1.1.1.jar
```

## Components
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>io.bdrc.lucene</groupId>
<artifactId>lucene-bo</artifactId>
<packaging>jar</packaging>
<version>1.1.0</version>
<version>1.1.1</version>
<name>lucene-bo</name>
<description>Tibetan Lucene analyzer and components</description>
<url>https://github.com/BuddhistDigitalResourceCenter/lucene-bo</url>
Expand Down

0 comments on commit 1a42720

Please sign in to comment.