We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d57f41c commit 3faeb5cCopy full SHA for 3faeb5c
pom.xml
@@ -10,7 +10,7 @@
10
11
<groupId>com.sonyericsson.hudson.plugins.gerrit</groupId>
12
<artifactId>gerrit-trigger</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>2.39.4</version>
14
<packaging>hpi</packaging>
15
<name>Gerrit Trigger</name>
16
<description>Integrates with Gerrit code review.</description>
@@ -369,6 +369,6 @@
369
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
370
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
371
<url>https://github.com/${gitHubRepo}</url>
372
- <tag>${scmTag}</tag>
+ <tag>gerrit-trigger-2.39.4</tag>
373
</scm>
374
</project>
0 commit comments