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 ad563c8 commit c2dc7a7Copy full SHA for c2dc7a7
pom.xml
@@ -16,7 +16,7 @@
16
</licenses>
17
18
<artifactId>gerrit-code-review</artifactId>
19
- <version>0.4.4</version>
+ <version>0.4.5-SNAPSHOT</version>
20
<packaging>hpi</packaging>
21
<name>Gerrit Code Review plugin</name>
22
<description>Integrates Jenkins with Gerrit Code Review</description>
@@ -433,7 +433,7 @@
433
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
434
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
435
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
436
- <tag>gerrit-code-review-0.4.4</tag>
+ <tag>HEAD</tag>
437
</scm>
438
439
<pluginRepositories>
0 commit comments