Skip to content

Instantly share code, notes, and snippets.

@noellabo
Created September 26, 2020 12:35
Show Gist options
  • Save noellabo/7120fd078b90bedf627ca9d20cc4c59d to your computer and use it in GitHub Desktop.
Save noellabo/7120fd078b90bedf627ca9d20cc4c59d to your computer and use it in GitHub Desktop.
elasticsearch 7.9.2用 analysis-sudachi 2.0.3 patch
diff --git a/pom.xml b/pom.xml
index ef9523a..e6ad492 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
<groupId>com.worksap.nlp</groupId>
<artifactId>analysis-sudachi</artifactId>
- <version>7.8.1-2.0.3</version>
+ <version>7.9.2-2.0.3</version>
<packaging>jar</packaging>
<name>analysis-sudachi</name>
@@ -11,8 +11,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
- <elasticsearch.version>7.8.1</elasticsearch.version>
- <lucene.version>8.5.1</lucene.version>
+ <elasticsearch.version>7.9.2</elasticsearch.version>
+ <lucene.version>8.6.2</lucene.version>
<sudachi.version>0.4.3</sudachi.version>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<sonar.language>java</sonar.language>
@@ -37,7 +37,7 @@
</plugin>
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
- <version>2.6</version>
+ <version>3.1.0</version>
<configuration>
<appendAssemblyId>false</appendAssemblyId>
<outputDirectory>${project.build.directory}/releases/</outputDirectory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment