8000 [maven-release-plugin] prepare release github-oauth-0.28.1 · jpigree/github-oauth-plugin@c59869c · GitHub
[go: up one dir, main page]

Skip to content

Commit c59869c

Browse files
committed
[maven-release-plugin] prepare release github-oauth-0.28.1
1 parent 6981802 commit c59869c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Version 0.28.1 (Released Oct 1, 2017)
1+
# Version 0.28.1 (Released Nov 2, 2017)
22

33
- Fix a botched release. 0.28 was not released to Artifactory so this is
44
another attempt.

pom.xml

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

4040
<groupId>org.jenkins-ci.plugins</groupId>
4141
<artifactId>github-oauth</artifactId>
42-
<version>0.29-SNAPSHOT</version>
42+
<version>0.28.1</version>
4343
<name>GitHub Authentication plugin</name>
4444
<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>
4545
<packaging>hpi</packaging>
@@ -76,7 +76,7 @@
7676
<connection>scm:git:ssh://github.com/jenkinsci/github-oauth-plugin.git</connection>
7777
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/github-oauth-plugin.git</developerConnection>
7878
<url>https://github.com/jenkinsci/github-oauth-plugin</url>
79-
<tag>HEAD</tag>
79+
<tag>github-oauth-0.28.1</tag>
8080
</scm>
8181

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

0 commit comments

Comments
 (0)
0