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 a217bb8 commit fcb15d1Copy full SHA for fcb15d1
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.42.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.42.0</tag>
376
</scm>
377
</project>
0 commit comments