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 6370746 commit e980388Copy full SHA for e980388
pom.xml
@@ -7,7 +7,7 @@
7
</parent>
8
9
<artifactId>robot</artifactId>
10
- <version>5.0.0</version>
+ <version>5.0.1-SNAPSHOT</version>
11
<name>Robot Framework plugin</name>
12
<description>Shows Robot Framework test results in project</description>
13
<packaging>hpi</packaging>
@@ -44,7 +44,7 @@
44
<connection>scm:git:ssh://github.com/jenkinsci/robot-plugin.git</connection>
45
<developerConnection>scm:git:[email protected]:jenkinsci/robot-plugin.git</developerConnection>
46
<url>https://www.github.com/jenkinsci/robot-plugin</url>
47
- <tag>robot-5.0.0</tag>
+ <tag>HEAD</tag>
48
</scm>
49
<dependencyManagement>
50
<dependencies>
0 commit comments