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 dabfdcd commit 39c0910Copy full SHA for 39c0910
pom.xml
@@ -16,7 +16,7 @@
16
</licenses>
17
18
<artifactId>gerrit-code-review</artifactId>
19
- <version>0.4.7-SNAPSHOT</version>
+ <version>0.4.7</version>
20
<packaging>hpi</packaging>
21
<name>Gerrit Code Review plugin</name>
22
<description>Integrates Jenkins with Gerrit Code Review</description>
@@ -428,7 +428,7 @@
428
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
429
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
430
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
431
- <tag>HEAD</tag>
+ <tag>gerrit-code-review-0.4.7</tag>
432
</scm>
433
434
<pluginRepositories>
0 commit comments