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 03bffef commit 532158eCopy full SHA for 532158e
pom.xml
@@ -16,7 +16,7 @@
16
</licenses>
17
18
<artifactId>git</artifactId>
19
- <version>${revision}${changelist}</version>
+ <version>3.12.1</version>
20
<packaging>hpi</packaging>
21
<name>Jenkins Git plugin</name>
22
<description>Integrates Jenkins with GIT SCM</description>
@@ -306,7 +306,7 @@
306
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
307
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
308
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
309
- <tag>${scmTag}</tag>
+ <tag>git-3.12.1</tag>
310
</scm>
311
312
<pluginRepositories>
0 commit comments