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 34b3bb6 commit 2a411c1Copy full SHA for 2a411c1
pom.xml
@@ -17,7 +17,7 @@
17
</licenses>
18
19
<artifactId>git</artifactId>
20
- <version>${revision}${changelist}</version>
+ <version>4.1.0</version>
21
<packaging>hpi</packaging>
22
<name>Jenkins Git plugin</name>
23
<description>Integrates Jenkins with GIT SCM</description>
@@ -272,7 +272,7 @@
272
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
273
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
274
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
275
- <tag>${scmTag}</tag>
+ <tag>git-4.1.0</tag>
276
</scm>
277
278
<pluginRepositories>
0 commit comments