File tree Expand file tree Collapse file tree 2 files changed +43
-2
lines changed Expand file tree Collapse file tree 2 files changed +43
-2
lines changed Original file line number Diff line number Diff line change 111
111
</dependency >
112
112
</dependencies >
113
113
114
- </project >
114
+ <build >
115
+ <plugins >
116
+ <plugin >
117
+ <groupId >org.revapi</groupId >
118
+ <artifactId >revapi-maven-plugin</artifactId >
119
+ <version >0.8.2</version >
120
+ <configuration >
121
+ <skip >true</skip >
122
+ </configuration >
123
+ </plugin >
124
+ </plugins >
125
+ </build >
126
+
127
+ </project >
Original file line number Diff line number Diff line change 192
192
<skipTests >${skipTests} </skipTests >
193
193
</configuration >
194
194
</plugin >
195
+ <plugin >
196
+ <groupId >org.revapi</groupId >
197
+ <artifactId >revapi-maven-plugin</artifactId >
198
+ <version >0.8.2</version >
199
+ <dependencies >
200
+ <dependency >
201
+ <groupId >org.revapi</groupId >
202
+ <artifactId >revapi-java</artifactId >
203
+ <version >0.13.2</version >
204
+ </dependency >
205
+ </dependencies >
206
+ <configuration >
207
+ <checkDependencies >false</checkDependencies >
208
+ <failBuildOnProblemsFound >false</failBuildOnProblemsFound >
209
+ <reportSeverity >breaking</reportSeverity >
210
+ </configuration >
211
+ <executions >
212
+ <execution >
213
+ <goals ><goal >check</goal ></goals >
214
+ </execution >
215
+ </executions >
216
+ </plugin >
195
217
</plugins >
196
218
</build >
197
219
244
266
<groupId >org.codehaus.mojo</groupId >
245
267
<artifactId >clirr-maven-plugin</artifactId >
246
268
<version >2.7</version >
269
+ <configuration >
270
+ <comparisonVersion >7.0.1</comparisonVersion >
271
+ <textOutputFile >${project.build.directory} /clirr-report.txt</textOutputFile >
272
+ <linkXRef >false</linkXRef >
273
+ <failOnError >false</failOnError >
274
+ </configuration >
247
275
</plugin >
248
276
<plugin >
249
277
<groupId >org.apache.maven.plugins</groupId >
391
419
<artifactId >clirr-maven-plugin</artifactId >
392
420
<version >2.7</version >
393
421
<configuration >
394
- <comparisonVersion >7.0.0 </comparisonVersion >
422
+ <comparisonVersion >7.0.1 </comparisonVersion >
395
423
<textOutputFile >${project.build.directory} /clirr-report.txt</textOutputFile >
396
424
<linkXRef >false</linkXRef >
397
425
<failOnError >false</failOnError >
You can’t perform that action at this time.
0 commit comments