Skip to content

Commit 69525f8

Browse files
committed
[maven-release-plugin] prepare release github-oauth-0.39
1 parent b7031e8 commit 69525f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
<groupId>org.jenkins-ci.plugins</groupId>
1919
<artifactId>github-oauth</artifactId>
20-
<version>${revision}${changelist}</version>
20+
<version>0.39</version>
2121
<name>GitHub Authentication plugin</name>
2222
<description>A Jenkins authentication plugin that delegates to GitHub. We also implement an Authorization Strategy that uses the acquired OAuth token to interact with the GitHub API to determine a user's level of access to Jenkins.</description>
2323
<packaging>hpi</packaging>
@@ -49,7 +49,7 @@
4949
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
5050
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
5151
<url>https://github.com/${gitHubRepo}</url>
52-
<tag>${scmTag}</tag>
52+
<tag>github-oauth-0.39</tag>
5353
</scm>
5454

5555
<repositories>

0 commit comments

Comments
 (0)