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 c40122f commit ba51b56Copy full SHA for ba51b56
pom.xml
@@ -6,7 +6,7 @@
6
<version>1.580.1</version>
7
</parent>
8
<artifactId>junit</artifactId>
9
- <version>1.5</version>
+ <version>1.6-SNAPSHOT</version>
10
<packaging>hpi</packaging>
11
<name>JUnit Plugin</name>
12
<description>Allows JUnit-format test results to be published.</description>
@@ -21,7 +21,7 @@
21
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
22
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
23
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
24
- <tag>junit-1.5</tag>
+ <tag>HEAD</tag>
25
</scm>
26
<repositories>
27
<repository>
0 commit comments