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