Skip to content

Commit 60de45d

Browse files
authored
Merge pull request #519 from jenkinsci/dependabot/maven/org.jvnet.hudson.plugins-analysis-pom-10.0.0
Bump org.jvnet.hudson.plugins:analysis-pom from 8.6.0 to 10.0.0
2 parents 8e8717e + a4ba53b commit 60de45d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.jvnet.hudson.plugins</groupId>
66
<artifactId>analysis-pom</artifactId>
7-
<version>8.6.0</version>
7+
<version>10.0.0</version>
88
<relativePath />
99
</parent>
1010

src/main/java/io/jenkins/plugins/datatables/AsyncTableContentProvider.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Defines additional API methods a Jenkins {@link ModelObject} must provide in order to render JQuery DataTables in a
77
* corresponding jelly view using the tag {@code table.jelly} of the {@code data-tables-api-plugin}. Those tables will
88
* have the data loaded asynchronously using an Ajax call.
9+
*
910
* <p>
1011
* Typically, you do not need to implement this interface directly. Preferred way is to use the default implementation
1112
* in {@link DefaultAsyncTableContentProvider} that already provides the correct extraction of the data rows as JSON

0 commit comments

Comments
 (0)