We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c761b commit 580f578Copy full SHA for 580f578
pom.xml
@@ -17,7 +17,7 @@
17
</licenses>
18
19
<artifactId>git</artifactId>
20
- <version>${revision}${changelist}</version>
+ <version>4.2.2</version>
21
<packaging>hpi</packaging>
22
<name>Jenkins Git plugin</name>
23
<description>Integrates Jenkins with Git SCM</description>
@@ -289,7 +289,7 @@
289
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
290
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
291
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
292
- <tag>${scmTag}</tag>
+ <tag>git-4.2.2</tag>
293
</scm>
294
295
<pluginRepositories>
0 commit comments