Skip to content

Commit 04c1f16

Browse files
committed
1 parent 36a9ba1 commit 04c1f16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.mvn/maven.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
-Pconsume-incrementals
22
-Pmight-produce-incrementals
3+
-Pchangelist.format=%d.v%s

pom.xml

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

1111
<properties>
12-
<revision>0.40</revision>
13-
<changelist>-SNAPSHOT</changelist>
12+
<changelist>999999-SNAPSHOT</changelist>
1413
<jenkins.version>2.361.4</jenkins.version>
1514
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
1615
</properties>
1716

1817
<groupId>org.jenkins-ci.plugins</groupId>
1918
<artifactId>github-oauth</artifactId>
20-
<version>${revision}${changelist}</version>
19+
<version>${changelist}</version>
2120
<name>GitHub Authentication plugin</name>
2221
<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>
2322
<packaging>hpi</packaging>

0 commit comments

Comments
 (0)