This commit is contained in:
robert-bor 2017-05-15 20:57:45 +02:00
parent cebd7b45bd
commit d45c2ee158
No known key found for this signature in database
GPG Key ID: 6C5195D11618804F
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ Include this dependency in your POM. Be sure to check for the latest version in
<dependency>
<groupId>org.ahocorasick</groupId>
<artifactId>ahocorasick</artifactId>
<version>0.3.1</version>
<version>0.4.0</version>
</dependency>
```

View File

@ -4,7 +4,7 @@
<groupId>org.ahocorasick</groupId>
<artifactId>ahocorasick</artifactId>
<version>0.3.2-SNAPSHOT</version>
<version>0.4.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>