We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e355bf8 commit 74589d9Copy full SHA for 74589d9
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>io.jenkins.plugins</groupId>
12
<artifactId>nested-data-reporting</artifactId>
13
- <version>5.2.2</version>
+ <version>${revision}${changelist}</version>
14
<packaging>hpi</packaging>
15
<name>Nested Data Reporting</name>
16
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -34,7 +34,7 @@
34
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
35
<developerConnection>scm:git:https://github.com/${gitHubRepo}.git</developerConnection>
36
<url>https://github.com/${gitHubRepo}</url>
37
- <tag>nested-data-reporting-5.2.2</tag>
+ <tag>${scmTag}</tag>
38
</scm>
39
40
<properties>
0 commit comments