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

This commit is contained in:
Kohsuke Kawaguchi
2015-02-14 10:28:51 -08:00
parent 6396818740
commit c40100b6da

View File

@@ -7,7 +7,7 @@
</parent>
<artifactId>github-api</artifactId>
<version>1.61-SNAPSHOT</version>
<version>1.61</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.61</tag>
</scm>
<distributionManagement>