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 90b5c1a commit e55d556Copy full SHA for e55d556
pom.xml
@@ -7,7 +7,7 @@
7
<relativePath />
8
</parent>
9
<artifactId>junit</artifactId>
10
- <version>${revision}${changelist}</version>
+ <version>1.41</version>
11
<packaging>hpi</packaging>
12
<name>JUnit Plugin</name>
13
<description>Allows JUnit-format test results to be published.</description>
@@ -31,7 +31,7 @@
31
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
32
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
33
<url>https://github.com/${gitHubRepo}</url>
34
- <tag>${scmTag}</tag>
+ <tag>junit-1.41</tag>
35
</scm>
36
<repositories>
37
<repository>
0 commit comments