We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e472eb commit 1e2c6d9Copy full SHA for 1e2c6d9
pom.xml
@@ -10,7 +10,7 @@
10
</parent>
11
<groupId>io.jenkins.plugins</groupId>
12
<artifactId>nested-data-reporting</artifactId>
13
- <version>${revision}${changelist}</version>
+ <version>5.2.0</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>${scmTag}</tag>
+ <tag>nested-data-reporting-5.2.0</tag>
38
</scm>
39
40
<properties>
0 commit comments