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 381381 <artifactId >japicmp-maven-plugin</artifactId >
382382 <version >0.21.2</version >
383383 <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 >
384392 <parameter >
385- <!-- < breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> -->
393+ <breakBuildOnBinaryIncompatibleModifications >true</breakBuildOnBinaryIncompatibleModifications > -->
386394 <!-- <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning> -->
387395 <onlyModified >true</onlyModified >
388396 <includeSynthetic >true</includeSynthetic >
You can’t perform that action at this time.
0 commit comments