File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 381
381
<artifactId >japicmp-maven-plugin</artifactId >
382
382
<version >0.21.2</version >
383
383
<configuration >
384
+ <oldVersion >
385
+ <dependency >
386
+ <groupId >${project.groupId} </groupId >
387
+ <artifactId >${project.artifactId}</artifactId >
388
+ <version >2.0.0-alpha-1</version >
389
+ <type >jar</type >
390
+ </dependency >
391
+ </oldVersion >
384
392
<parameter >
385
- <!-- < breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> -->
393
+ <breakBuildOnBinaryIncompatibleModifications >true</breakBuildOnBinaryIncompatibleModifications > -->
386
394
<!-- <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning> -->
387
395
<onlyModified >true</onlyModified >
388
396
<includeSynthetic >true</includeSynthetic >
You can’t perform that action at this time.
0 commit comments