Skip to content

Commit db7b3ba

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 69525f8 commit db7b3ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
</parent>
1010

1111
<properties>
12-
<revision>0.39</revision>
12+
<revision>0.40</revision>
1313
<changelist>-SNAPSHOT</changelist>
1414
<jenkins.version>2.289.3</jenkins.version>
1515
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
1616
</properties>
1717

1818
<groupId>org.jenkins-ci.plugins</groupId>
1919
<artifactId>github-oauth</artifactId>
20-
<version>0.39</version>
20+
<version>${revision}${changelist}</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:git@github.com:${gitHubRepo}.git</developerConnection>
5151
<url>https://github.com/${gitHubRepo}</url>
52-
<tag>github-oauth-0.39</tag>
52+
<tag>${scmTag}</tag>
5353
</scm>
5454

5555
<repositories>

0 commit comments

Comments
 (0)