We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 294dbe6 commit 677907aCopy full SHA for 677907a
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.41.0</version>
14
<packaging>hpi</packaging>
15
<name>Gerrit Trigger</name>
16
<description>Integrates with Gerrit code review.</description>
@@ -372,6 +372,6 @@
372
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
373
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
374
<url>https://github.com/${gitHubRepo}</url>
375
- <tag>${scmTag}</tag>
+ <tag>gerrit-trigger-2.41.0</tag>
376
</scm>
377
</project>
0 commit comments