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 f5fd3dc commit 9e67e00Copy full SHA for 9e67e00
pom.xml
@@ -7,7 +7,7 @@
7
<relativePath />
8
</parent>
9
<artifactId>junit</artifactId>
10
- <version>${revision}${changelist}</version>
+ <version>1.32</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:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
30
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
31
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
32
- <tag>${scmTag}</tag>
+ <tag>junit-1.32</tag>
33
</scm>
34
<repositories>
35
<repository>
0 commit comments