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 ba2bb45 commit 7eb6c13Copy full SHA for 7eb6c13
pom.xml
@@ -17,7 +17,7 @@
17
</licenses>
18
19
<artifactId>git</artifactId>
20
- <version>${revision}${changelist}</version>
+ <version>4.5.2</version>
21
<packaging>hpi</packaging>
22
<name>Jenkins Git plugin</name>
23
<description>Integrates Jenkins with Git SCM</description>
@@ -294,7 +294,7 @@
294
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
295
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
296
<url>https://github.com/${gitHubRepo}</url>
297
- <tag>${scmTag}</tag>
+ <tag>git-4.5.2</tag>
298
</scm>
299
300
<pluginRepositories>
0 commit comments