Update pom.xml

This commit is contained in:
bernd32 2020-03-13 19:12:15 +05:00
parent a70e1d26af
commit 16b3c62007

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>io.github.bernd32</groupId> <groupId>io.github.bernd32</groupId>
<artifactId>romaji-henkan</artifactId> <artifactId>romaji-henkan</artifactId>
<version>0.0.2-SNAPSHOT</version> <version>1.0.1</version>
<name>${project.groupId}:${project.artifactId}</name> <name>${project.groupId}:${project.artifactId}</name>
<description>A Java library to convert Japanese text to Latin alphabet (romanization)</description> <description>A Java library to convert Japanese text to Latin alphabet (romanization)</description>
<url>https://github.com/bernd32/romaji-henkan</url> <url>https://github.com/bernd32/romaji-henkan</url>
@ -22,7 +22,7 @@
<scm> <scm>
<connection>scm:git:git@github.com:bernd32/romaji-henkan.git</connection> <connection>scm:git:git@github.com:bernd32/romaji-henkan.git</connection>
<url>https://github.com/bernd32/romaji-henkan/tree/master</url> <url>https://github.com/bernd32/romaji-henkan/tree/master</url>
<tag>romaji-henkan-0.0.1</tag> <tag>1.0.1</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>