Skip to content

Commit

Permalink
v7.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jikyo committed Nov 3, 2019
1 parent 7fc5f18 commit 4360fcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Note that this token filter `jikyo_romaji` assumes to work with `tokenizer: keyw

# Supported Elasticsearch versions

* [7.2.1](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.2.1)
* [7.2.0](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.2.0)
* [7.1.1](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.1.1)
* [7.1.0](https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/tag/v7.1.0)
Expand All @@ -15,7 +16,7 @@ Note that this token filter `jikyo_romaji` assumes to work with `tokenizer: keyw
# Installation

```bash
$ sudo bin/elasticsearch-plugin install https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/download/v7.1.1/analysis-jikyo-romaji-7.1.1.zip
$ sudo bin/elasticsearch-plugin install https://github.com/jikyo/elasticsearch-analysis-jikyo-romaji/releases/download/v7.2.1/analysis-jikyo-romaji-7.2.1.zip
```


Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ buildscript {
jcenter()
}
dependencies {
classpath 'org.elasticsearch.gradle:build-tools:7.2.0'
classpath 'org.elasticsearch.gradle:build-tools:7.2.1'
}
}

apply plugin: 'elasticsearch.esplugin'

def ver = [
plugin: '7.2.0',
es: '7.2.0',
plugin: '7.2.1',
es: '7.2.1',
lucene: '8.0.0',
romaji: '0.0.4',
]
Expand Down

0 comments on commit 4360fcb

Please sign in to comment.