8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2ac7e3 commit a812ce1Copy full SHA for a812ce1
pom.xml
@@ -16,7 +16,7 @@
16
</licenses>
17
18
<artifactId>github-api</artifactId>
19
- <version>${revision}${changelist}</version>
+ <version>1.114.2</version>
20
<packaging>hpi</packaging>
21
<name>GitHub API Plugin</name>
22
<url>https://github.com/jenkinsci/github-api-plugin</url>
@@ -99,6 +99,6 @@
99
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
100
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
101
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
102
- <tag>${scmTag}</tag>
+ <tag>github-api-1.114.2</tag>
103
</scm>
104
</project>
0 commit comments