[maven-release-plugin] prepare for next development iteration
This commit is contained in:
parent
728eb7620a
commit
a70e1d26af
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>0.0.1</version>
|
||||
<version>0.0.2-SNAPSHOT</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>romaji-henkan-0.0.1</tag>
|
||||
</scm>
|
||||
<distributionManagement>
|
||||
<snapshotRepository>
|
||||
|
Loading…
Reference in New Issue
Block a user