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 0ff584d commit 4603fc4Copy full SHA for 4603fc4
1 file changed
pom.xml
@@ -16,7 +16,7 @@
16
</licenses>
17
18
<artifactId>github-api</artifactId>
19
- <version>${revision}${changelist}</version>
+ <version>1.122</version>
20
<packaging>hpi</packaging>
21
<name>GitHub API Plugin</name>
22
<url>https://github.com/jenkinsci/github-api-plugin</url>
@@ -129,6 +129,6 @@
129
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
130
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
131
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
132
- <tag>${scmTag}</tag>
+ <tag>github-api-1.122</tag>
133
</scm>
134
</project>
0 commit comments