[maven-release-plugin] prepare release github-api-1.100

This commit is contained in:
Liam Newman
2019-11-26 17:53:14 -08:00
parent b3d79622e6
commit f7d048e0b9

View File

@@ -8,7 +8,7 @@
</parent>
<artifactId>github-api</artifactId>
<version>1.100-SNAPSHOT</version>
<version>1.100</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>HEAD</tag>
<tag>github-api-1.100</tag>
</scm>
<distributionManagement>