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 da41f6b commit 7cc1c5aCopy full SHA for 7cc1c5a
pom.xml
@@ -10,15 +10,15 @@
10
</parent>
11
12
<artifactId>plot</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>2.4.0</version>
14
<packaging>hpi</packaging>
15
<name>Plot plugin</name>
16
<url>https://github.com/jenkinsci/plot-plugin</url>
17
18
<scm>
19
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
20
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
21
- <tag>${scmTag}</tag>
+ <tag>plot-2.4.0</tag>
22
<url>https://github.com/${gitHubRepo}</url>
23
</scm>
24
0 commit comments