[maven-release-plugin] prepare for next development iteration

This commit is contained in:
bernd32 2020-03-13 18:55:32 +05:00
parent 728eb7620a
commit a70e1d26af

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.1</version> <version>0.0.2-SNAPSHOT</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>
@ -20,10 +20,9 @@
</license> </license>
</licenses> </licenses>
<scm> <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> <url>https://github.com/bernd32/romaji-henkan/tree/master</url>
<tag>HEAD</tag> <tag>romaji-henkan-0.0.1</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>