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 14a591e commit a050d1eCopy full SHA for a050d1e
1 file changed
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>xunit</artifactId>
11
- <version>${revision}${changelist}</version>
+ <version>3.0.6</version>
12
<packaging>hpi</packaging>
13
<name>xUnit plugin</name>
14
<url>https://github.com/jenkinsci/xunit-plugin</url>
@@ -167,7 +167,7 @@
167
<scm>
168
<connection>scm:git:git://github.com/jenkinsci/xunit-plugin.git</connection>
169
<developerConnection>scm:git:git@github.com:jenkinsci/xunit-plugin.git</developerConnection>
170
- <tag>${scmTag}</tag>
+ <tag>xunit-3.0.6</tag>
171
</scm>
172
173
<build>
0 commit comments