We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c39c5c commit 54fb24fCopy full SHA for 54fb24f
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>com.coravy.hudson.plugins.github</groupId>
13
<artifactId>github</artifactId>
14
- <version>1.42.0</version>
+ <version>${revision}${changelist}</version>
15
<packaging>hpi</packaging>
16
17
<name>GitHub plugin</name>
@@ -47,7 +47,7 @@
47
</issueManagement>
48
49
<properties>
50
- <revision>1.41.1</revision>
+ <revision>1.42.1</revision>
51
<changelist>-SNAPSHOT</changelist>
52
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo>
53
<!-- https://www.jenkins.io/doc/developer/plugin-development/choosing-jenkins-baseline/ -->
0 commit comments