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 f7b3274 commit 12bfdf3Copy full SHA for 12bfdf3
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>5.6.0</version>
14
<packaging>hpi</packaging>
15
16
<name>Git plugin</name>
@@ -57,7 +57,7 @@
57
<scm>
58
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
59
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
60
- <tag>${scmTag}</tag>
+ <tag>git-5.6.0</tag>
61
<url>https://github.com/${gitHubRepo}</url>
62
</scm>
63
0 commit comments