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 dc60cff commit 46e9e60Copy full SHA for 46e9e60
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>5.8.1</version>
14
<packaging>hpi</packaging>
15
16
<name>Git plugin</name>
@@ -27,7 +27,7 @@
27
<scm>
28
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
29
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
30
- <tag>${scmTag}</tag>
+ <tag>git-5.8.1</tag>
31
<url>https://github.com/${gitHubRepo}</url>
32
</scm>
33
0 commit comments