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 5474cc9 commit e2e6a76Copy full SHA for e2e6a76
pom.xml
@@ -17,7 +17,7 @@
17
</licenses>
18
19
<artifactId>git</artifactId>
20
- <version>${revision}${changelist}</version>
+ <version>4.8.3</version>
21
<packaging>hpi</packaging>
22
<name>Jenkins Git plugin</name>
23
<description>Integrates Jenkins with Git SCM</description>
@@ -286,7 +286,7 @@
286
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
287
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
288
<url>https://github.com/${gitHubRepo}</url>
289
- <tag>${scmTag}</tag>
+ <tag>git-4.8.3</tag>
290
</scm>
291
292
<repositories>
0 commit comments