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 6976b5d commit e7e2c0eCopy full SHA for e7e2c0e
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>xunit</artifactId>
11
- <version>${revision}${changelist}</version>
+ <version>3.1.0</version>
12
<packaging>hpi</packaging>
13
<name>xUnit plugin</name>
14
<url>https://github.com/jenkinsci/xunit-plugin</url>
@@ -188,7 +188,7 @@
188
<scm>
189
<connection>scm:git:git://github.com/jenkinsci/xunit-plugin.git</connection>
190
<developerConnection>scm:git:git@github.com:jenkinsci/xunit-plugin.git</developerConnection>
191
- <tag>${scmTag}</tag>
+ <tag>xunit-3.1.0</tag>
192
</scm>
193
194
<build>
0 commit comments