We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 020e072 commit e16acd6Copy full SHA for e16acd6
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>5.4.1</version>
14
<packaging>hpi</packaging>
15
<name>Git plugin</name>
16
<url>https://github.com/${gitHubRepo}</url>
@@ -64,7 +64,7 @@
64
<scm>
65
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
66
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
67
- <tag>${scmTag}</tag>
+ <tag>git-5.4.1</tag>
68
69
</scm>
70
0 commit comments