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