Skip to content

Commit a5682e3

Browse files
authored
Merge pull request #945 from jenkinsci/dependabot/maven/org.jvnet.hudson.plugins-analysis-pom-10.8.0
Bump org.jvnet.hudson.plugins:analysis-pom from 10.5.0 to 10.8.0
2 parents ea1663c + 83d54ac commit a5682e3

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

plugin/etc/assertj-templates/soft_assertions_entry_point_class_template.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package ${package};
33
/**
44
* Entry point for soft assertions of different data types.
55
*/
6-
@edu.umd.cs.findbugs.annotations.SuppressFBWarnings("NM")
76
@edu.hm.hafner.util.Generated(value="assertj-assertions-generator")
87
public class SoftAssertions extends org.assertj.core.api.AutoCloseableSoftAssertions {
98
${all_assertions_entry_points}

plugin/pom.xml

Lines changed: 19 additions & 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>10.5.0</version>
7+
<version>10.8.0</version>
88
<relativePath />
99
</parent>
1010

@@ -197,6 +197,24 @@
197197
</item>
198198
</differences>
199199
</revapi.differences>
200+
<revapi.filter>
201+
<elements>
202+
<exclude combine.children="append">
203+
<item>
204+
<matcher>java-package</matcher>
205+
<match>/org\.eclipse(\..*)?/</match>
206+
</item>
207+
<item>
208+
<matcher>java-package</matcher>
209+
<match>/org\.jenkinsci\.plugins\.gitclient(\..*)?/</match>
210+
</item>
211+
<item>
212+
<matcher>java-package</matcher>
213+
<match>/io\.jenkins\.plugins\.forensics(\..*)?/</match>
214+
</item>
215+
</exclude>
216+
</elements>
217+
</revapi.filter>
200218
</analysisConfiguration>
201219
</configuration>
202220
</plugin>

0 commit comments

Comments
 (0)