Skip to content

Commit

Permalink
1.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eroux committed Dec 3, 2018
1 parent b8993e5 commit bd086d1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). It follows [some conventions](http://keepachangelog.com/).


## [1.4.4] - 20181203
### Fixed
- fixed fetching of jar file

## [1.4.3] - 20181023
### Fixed
- fixed offsets of ewts conversion
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Content summary:
<dependency>
<groupId>io.bdrc.lucene</groupId>
<artifactId>lucene-bo</artifactId>
<version>1.4.3</version>
<version>1.4.4</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions 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.4.3</version>
<version>1.4.4</version>
<name>lucene-bo</name>
<description>Tibetan Lucene analyzer and components</description>
<url>https://github.com/BuddhistDigitalResourceCenter/lucene-bo</url>
Expand Down Expand Up @@ -225,4 +225,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit bd086d1

Please sign in to comment.