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