Update pom.xml (#71)

This commit is contained in:
Ruslan Gabdrafikov 2019-11-17 02:58:29 +05:00 committed by Dave Jarvis
parent 413d63675b
commit 73420a04a7

View File

@ -4,7 +4,7 @@
<groupId>org.ahocorasick</groupId>
<artifactId>ahocorasick</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<packaging>jar</packaging>
<name>Aho-CoraSick algorithm for efficient string matching</name>
<description>Java library for efficient string matching against a large set of keywords</description>
@ -167,4 +167,4 @@
</plugins>
</build>
</project>
</project>