Skip to content

Commit 19de185

Browse files
committed
[maven-release-plugin] prepare release github-oauth-0.24
1 parent 1755007 commit 19de185

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>org.jenkins-ci.plugins</groupId>
1212
<artifactId>github-oauth</artifactId>
13-
<version>0.24-SNAPSHOT</version>
13+
<version>0.24</version>
1414
<name>GitHub Authentication plugin</name>
1515
<description>A Jenkins authentication plugin that delegates to github. We also implement an Authorization Strategy that users the acquired OAuth token to interact with the Github API to determine a users level of access to Jenkins.</description>
1616
<packaging>hpi</packaging>
@@ -47,7 +47,7 @@
4747
<connection>scm:git:ssh://github.com/jenkinsci/github-oauth-plugin.git</connection>
4848
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/github-oauth-plugin.git</developerConnection>
4949
<url>https://github.com/jenkinsci/github-oauth-plugin</url>
50-
<tag>HEAD</tag>
50+
<tag>github-oauth-0.24</tag>
5151
</scm>
5252

5353
<!-- Use repositories suggested in plugin tutorial: https://wiki.jenkins-ci.org/display/JENKINS/Plugin+tutorial -->

0 commit comments

Comments
 (0)