We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a5d9f2 commit a6c1227Copy full SHA for a6c1227
pom.xml
@@ -11,7 +11,7 @@
11
12
<groupId>com.coravy.hudson.plugins.github</groupId>
13
<artifactId>github</artifactId>
14
- <version>${revision}${changelist}</version>
+ <version>1.40.0</version>
15
<packaging>hpi</packaging>
16
17
<name>GitHub plugin</name>
@@ -39,7 +39,7 @@
39
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
40
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
41
<url>https://github.com/${gitHubRepo}</url>
42
- <tag>${scmTag}</tag>
+ <tag>v1.40.0</tag>
43
</scm>
44
<issueManagement>
45
<system>JIRA</system>
0 commit comments