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 746af32 commit f4ef4b8Copy full SHA for f4ef4b8
pom.xml
@@ -6,7 +6,7 @@
6
<version>2.4</version>
7
</parent>
8
<artifactId>junit</artifactId>
9
- <version>1.15-SNAPSHOT</version>
+ <version>1.15</version>
10
<packaging>hpi</packaging>
11
<name>JUnit Plugin</name>
12
<description>Allows JUnit-format test results to be published.</description>
@@ -25,7 +25,7 @@
25
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
26
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
27
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
28
- <tag>HEAD</tag>
+ <tag>junit-1.15</tag>
29
</scm>
30
<repositories>
31
<repository>
0 commit comments