Skip to content

Commit

Permalink
Merge pull request #519 from jenkinsci/dependabot/maven/org.jvnet.hud…
Browse files Browse the repository at this point in the history
…son.plugins-analysis-pom-10.0.0

Bump org.jvnet.hudson.plugins:analysis-pom from 8.6.0 to 10.0.0
  • Loading branch information
uhafner authored Nov 13, 2024
2 parents 8e8717e + a4ba53b commit 60de45d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.jvnet.hudson.plugins</groupId>
<artifactId>analysis-pom</artifactId>
<version>8.6.0</version>
<version>10.0.0</version>
<relativePath />
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* Defines additional API methods a Jenkins {@link ModelObject} must provide in order to render JQuery DataTables in a
* corresponding jelly view using the tag {@code table.jelly} of the {@code data-tables-api-plugin}. Those tables will
* have the data loaded asynchronously using an Ajax call.
*
* <p>
* Typically, you do not need to implement this interface directly. Preferred way is to use the default implementation
* in {@link DefaultAsyncTableContentProvider} that already provides the correct extraction of the data rows as JSON
Expand Down

0 comments on commit 60de45d

Please sign in to comment.