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 8faea21 commit 0c5e51aCopy full SHA for 0c5e51a
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>cvs</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>2.21</version>
14
<packaging>hpi</packaging>
15
16
<name>Jenkins CVS Plug-in</name>
@@ -41,7 +41,7 @@
41
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
42
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
43
<url>https://github.com/${gitHubRepo}</url>
44
- <tag>${scmTag}</tag>
+ <tag>cvs-2.21</tag>
45
</scm>
46
47
<dependencyManagement>
0 commit comments