[maven-release-plugin] prepare release 0.0.1

This commit is contained in:
bernd32 2019-12-15 01:17:08 +05:00
parent 94c98af438
commit ddc5e18dcb

View File

@ -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>0.0.1</tag>
</scm> </scm>
<distributionManagement> <distributionManagement>
<snapshotRepository> <snapshotRepository>
@ -68,6 +68,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId> <artifactId>maven-release-plugin</artifactId>
<version>3.0.0-M1</version>
<configuration> <configuration>
<checkModificationExcludes> <checkModificationExcludes>
<checkModificationExclude>pom.xml</checkModificationExclude> <checkModificationExclude>pom.xml</checkModificationExclude>