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 139f4cb commit 2a16745Copy full SHA for 2a16745
pom.xml
@@ -32,7 +32,7 @@ THE SOFTWARE.
32
</parent>
33
34
<artifactId>subversion</artifactId>
35
- <version>2.5-beta-2</version>
+ <version>2.5-beta-3-SNAPSHOT</version>
36
<packaging>hpi</packaging>
37
38
<name>Jenkins Subversion Plug-in</name>
@@ -55,7 +55,7 @@ THE SOFTWARE.
55
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
56
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
57
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
58
- <tag>subversion-2.5-beta-2</tag>
+ <tag>HEAD</tag>
59
</scm>
60
<distributionManagement>
61
<repository>
0 commit comments