Skip to content

Commit 9a62d4f

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 34117ed commit 9a62d4f

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
@@ -39,7 +39,7 @@
3939

4040
<groupId>org.jenkins-ci.plugins</groupId>
4141
<artifactId>github-oauth</artifactId>
42-
<version>0.30</version>
42+
<version>0.31-SNAPSHOT</version>
4343
<name>GitHub Authentication plugin</name>
4444
<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>
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>github-oauth-0.30</tag>
79+
<tag>HEAD</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)