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 931c625 commit b5a752aCopy full SHA for b5a752a
1 file changed
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
12
<artifactId>xunit</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>3.1.6</version>
14
<packaging>hpi</packaging>
15
<name>xUnit plugin</name>
16
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -172,7 +172,7 @@
172
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
173
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
174
<url>https://github.com/${gitHubRepo}</url>
175
- <tag>${scmTag}</tag>
+ <tag>xunit-3.1.6</tag>
176
</scm>
177
178
<build>
0 commit comments