Compare commits

..

2 Commits

Author SHA1 Message Date
bernd32
16b3c62007 Update pom.xml 2020-03-13 19:12:15 +05:00
bernd32
a70e1d26af [maven-release-plugin] prepare for next development iteration 2020-03-13 18:55:32 +05:00

View File

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