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 847730e commit 370af40Copy full SHA for 370af40
pom.xml
@@ -13,7 +13,7 @@
13
</properties>
14
<groupId>com.sonyericsson.hudson.plugins.rebuild</groupId>
15
<artifactId>rebuild</artifactId>
16
- <version>1.32</version>
+ <version>1.33-SNAPSHOT</version>
17
<packaging>hpi</packaging>
18
<name>Rebuilder</name>
19
<repositories>
@@ -115,6 +115,6 @@
115
<connection>scm:git:https://github.com/jenkinsci/rebuild-plugin</connection>
116
<developerConnection>scm:git:https://github.com/jenkinsci/rebuild-plugin</developerConnection>
117
<url>https://github.com/jenkinsci/rebuild-plugin</url>
118
- <tag>rebuild-1.32</tag>
+ <tag>HEAD</tag>
119
</scm>
120
</project>
0 commit comments