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

This commit is contained in:
Kohsuke Kawaguchi
2016-02-29 21:03:31 -08:00
parent 751043bf81
commit 013eaa30b6

View File

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