Skip to content

Commit

Permalink
[maven-release-plugin] prepare release github-oauth-0.35
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed Nov 27, 2021
1 parent fcf8b77 commit a5dcd57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>github-oauth</artifactId>
<version>${revision}${changelist}</version>
<version>0.35</version>
<name>GitHub Authentication plugin</name>
<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>
<packaging>hpi</packaging>
Expand Down Expand Up @@ -50,7 +50,7 @@
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
<tag>github-oauth-0.35</tag>
</scm>

<repositories>
Expand Down

0 comments on commit a5dcd57

Please sign in to comment.