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