File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff 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")
87public class SoftAssertions extends org.assertj.core.api.AutoCloseableSoftAssertions {
98${all_assertions_entry_points}
Original file line number Diff line number Diff line change 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
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 >
You can’t perform that action at this time.
0 commit comments