We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb463ab commit d81f7d6Copy full SHA for d81f7d6
pom.xml
@@ -21,7 +21,7 @@
21
</parent>
22
<groupId>io.jenkins.plugins</groupId>
23
<artifactId>nested-data-reporting</artifactId>
24
- <version>${revision}${changelist}</version>
+ <version>4.2.0</version>
25
<packaging>hpi</packaging>
26
<name>Nested Data Reporting</name>
27
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
@@ -44,7 +44,7 @@
44
<scm>
45
<connection>scm:git:https://github.com/${gitHubRepo}</connection>
46
<developerConnection>scm:git:https://github.com/${gitHubRepo}</developerConnection>
47
- <tag>nested-data-reporting-3.3.0</tag>
+ <tag>nested-data-reporting-4.2.0</tag>
48
<url>https://github.com/${gitHubRepo}</url>
49
</scm>
50
0 commit comments