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 013a8c9 commit b7cbb75Copy full SHA for b7cbb75
pom.xml
@@ -18,7 +18,7 @@
18
19
<artifactId>parameterized-trigger</artifactId>
20
<packaging>hpi</packaging>
21
- <version>${revision}${changelist}</version>
+ <version>2.46</version>
22
<name>Jenkins Parameterized Trigger plugin</name>
23
<url>https://github.com/jenkinsci/parameterized-trigger-plugin</url>
24
@@ -134,7 +134,7 @@
134
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
135
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
136
<url>https://github.com/${gitHubRepo}</url>
137
- <tag>${scmTag}</tag>
+ <tag>parameterized-trigger-2.46</tag>
138
</scm>
139
140
<repositories>
0 commit comments