Update pom.xml

This commit is contained in:
Maverick Studer 2024-10-29 10:26:19 +01:00
parent cc100c3e86
commit 4568bf6813

View File

@ -6,7 +6,7 @@
<groupId>org.ahocorasick</groupId>
<artifactId>ahocorasick</artifactId>
<version>0.6.3</version>
<version>0.7-SNAPSHOT</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>