Skip to content

Commit

Permalink
Add metadata to pom to prepare maven release
Browse files Browse the repository at this point in the history
Change-Id: Ic71064f6347552cf13a5a33a8c8d1274e50c146a
  • Loading branch information
kupietz committed Sep 7, 2023
1 parent c2f448c commit 4cb8157
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,23 @@

<groupId>de.ids_mannheim.korap.tokenizer</groupId>
<artifactId>KorAP-Tokenizer</artifactId>
<version>2.2.3</version>
<version>2.2.3-SNAPSHOT</version>

<name>KorAP-Tokenizer</name>
<description>DFA tokenizer with character offset output, large abbreviation tables and CMC support.</description>
<url>https://github.com/KorAP/KorAP-Tokenizer</url>

<scm>
<connection>scm:git:https://korap.ids-mannheim.de/gerrit/KorAP/KorAP-Tokenizer</connection>
</scm>

<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 4cb8157

Please sign in to comment.