Compare commits
No commits in common. "master" and "romaji-henkan-0.0.1" have entirely different histories.
master
...
romaji-hen
7
pom.xml
7
pom.xml
@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>io.github.bernd32</groupId>
|
||||
<artifactId>romaji-henkan</artifactId>
|
||||
<version>1.0.1</version>
|
||||
<version>0.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,9 +20,10 @@
|
||||
</license>
|
||||
</licenses>
|
||||
<scm>
|
||||
<connection>scm:git:git@github.com:bernd32/romaji-henkan.git</connection>
|
||||
<connection>scm:git:git://github.com/bernd32/romaji-henkan.git</connection>
|
||||
<developerConnection>scm:git:git@github.com:bernd32/romaji-henkan.git</developerConnection>
|
||||
<url>https://github.com/bernd32/romaji-henkan/tree/master</url>
|
||||
<tag>1.0.1</tag>
|
||||
<tag>HEAD</tag>
|
||||
</scm>
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
|
Loading…
Reference in New Issue
Block a user