We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843d48b commit c8d96c2Copy full SHA for c8d96c2
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>git</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>5.5.0</version>
14
<packaging>hpi</packaging>
15
<name>Git plugin</name>
16
<url>https://github.com/${gitHubRepo}</url>
@@ -56,7 +56,7 @@
56
<scm>
57
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
58
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
59
- <tag>${scmTag}</tag>
+ <tag>git-5.5.0</tag>
60
61
</scm>
62
0 commit comments