We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbd6fe5 commit 8958d04Copy full SHA for 8958d04
pom.xml
@@ -33,7 +33,7 @@ THE SOFTWARE.
33
</parent>
34
35
<artifactId>subversion</artifactId>
36
- <version>${revision}${changelist}</version>
+ <version>2.14.5</version>
37
<packaging>hpi</packaging>
38
39
<name>Jenkins Subversion Plug-in</name>
@@ -131,7 +131,7 @@ THE SOFTWARE.
131
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
132
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
133
<url>https://github.com/${gitHubRepo}</url>
134
- <tag>${scmTag}</tag>
+ <tag>subversion-2.14.5</tag>
135
</scm>
136
137
<properties>
0 commit comments