We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fff33b7 commit fabb422Copy full SHA for fabb422
pom.xml
@@ -5,7 +5,7 @@
5
6
<groupId>de.ids-mannheim.korap.tokenizer</groupId>
7
<artifactId>KorAP-Tokenizer</artifactId>
8
- <version>2.3.0-SNAPSHOT</version>
+ <version>2.3.0</version>
9
10
<name>KorAP-Tokenizer</name>
11
<description>DFA tokenizer with character offset output, large abbreviation tables and CMC support.</description>
@@ -33,7 +33,7 @@
33
<connection>scm:git:https://korap.ids-mannheim.de/gerrit/KorAP/KorAP-Tokenizer</connection>
34
<developerConnection>scm:git:ssh://[email protected]:29418/KorAP/KorAP-Tokenizer</developerConnection>
35
<url>https://github.com/KorAP/KorAP-Tokenizer</url>
36
- <tag>HEAD</tag>
+ <tag>KorAP-Tokenizer-2.3.0</tag>
37
</scm>
38
39
<licenses>
0 commit comments