We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9e5b8 commit 845d98dCopy full SHA for 845d98d
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.1.0</version>
14
<packaging>hpi</packaging>
15
<name>Nested Data Reporting</name>
16
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -33,7 +33,7 @@
33
<scm>
34
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
35
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
36
- <tag>nested-data-reporting-3.3.0</tag>
+ <tag>nested-data-reporting-5.1.0</tag>
37
<url>https://github.com/${gitHubRepo}</url>
38
</scm>
39
0 commit comments