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

This commit is contained in:
Liam Newman
2019-11-04 10:09:02 -08:00
parent eff48dfe67
commit c9a42178e8

View File

@@ -8,7 +8,7 @@
</parent>
<artifactId>github-api</artifactId>
<version>1.99</version>
<version>1.100-SNAPSHOT</version>
<name>GitHub API for Java</name>
<url>https://github-api.kohsuke.org/</url>
<description>GitHub API for Java</description>
@@ -17,7 +17,7 @@
<connection>scm:git:git@github.com/github-api/${project.artifactId}.git</connection>
<developerConnection>scm:git:ssh://git@github.com/github-api/${project.artifactId}.git</developerConnection>
<url>https://${project.artifactId}.kohsuke.org/</url>
<tag>github-api-1.99</tag>
<tag>HEAD</tag>
</scm>
<distributionManagement>