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 aa8e775 commit a1215f4Copy full SHA for a1215f4
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>xunit</artifactId>
11
- <version>${revision}${changelist}</version>
+ <version>3.1.2</version>
12
<packaging>hpi</packaging>
13
<name>xUnit plugin</name>
14
<url>https://github.com/jenkinsci/xunit-plugin</url>
@@ -180,7 +180,7 @@
180
<scm>
181
<connection>scm:git:git://github.com/jenkinsci/xunit-plugin.git</connection>
182
<developerConnection>scm:git:git@github.com:jenkinsci/xunit-plugin.git</developerConnection>
183
- <tag>${scmTag}</tag>
+ <tag>xunit-3.1.2</tag>
184
</scm>
185
186
<build>
0 commit comments