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 07e767b commit 350a2d4Copy full SHA for 350a2d4
pom.xml
@@ -17,7 +17,7 @@
17
</licenses>
18
19
<artifactId>git</artifactId>
20
- <version>${revision}${changelist}</version>
+ <version>4.9.1</version>
21
<packaging>hpi</packaging>
22
<name>Jenkins Git plugin</name>
23
<description>Integrates Jenkins with Git SCM</description>
@@ -273,7 +273,7 @@
273
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
274
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
275
<url>https://github.com/${gitHubRepo}</url>
276
- <tag>${scmTag}</tag>
+ <tag>git-4.9.1</tag>
277
</scm>
278
279
<repositories>
0 commit comments