Skip to content

Commit 4369648

Browse files
committed
Bump japicmp plugin version
1 parent b85a8e6 commit 4369648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<plugin>
5151
<groupId>com.github.siom79.japicmp</groupId>
5252
<artifactId>japicmp-maven-plugin</artifactId>
53-
<version>0.6.2</version>
53+
<version>0.7.0</version>
5454
<configuration>
5555
<oldVersion>
5656
<dependency>
@@ -70,8 +70,8 @@
7070
<exclude>*.internal.*</exclude>
7171
</excludes>
7272
<accessModifier>public</accessModifier>
73-
<breakBuildOnModifications>true</breakBuildOnModifications>
7473
<breakBuildOnBinaryIncompatibleModifications>true</breakBuildOnBinaryIncompatibleModifications>
74+
<breakBuildOnSourceIncompatibleModifications>true</breakBuildOnSourceIncompatibleModifications>
7575
<onlyModified>true</onlyModified>
7676
<onlyBinaryIncompatible>false</onlyBinaryIncompatible>
7777
<includeSynthetic>false</includeSynthetic>

0 commit comments

Comments
 (0)