We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 357ee37 + 4bdc346 commit 7807501Copy full SHA for 7807501
1 file changed
pom.xml
@@ -381,8 +381,16 @@
381
<artifactId>japicmp-maven-plugin</artifactId>
382
<version>0.21.2</version>
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>
392
<parameter>
- <!-- <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> -->
393
+ <breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications> -->
394
<!-- <breakBuildBasedOnSemanticVersioning>true</breakBuildBasedOnSemanticVersioning> -->
395
<onlyModified>true</onlyModified>
396
<includeSynthetic>true</includeSynthetic>
0 commit comments