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