Skip to content

Commit

Permalink
increase binary compatibility check after release
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Feb 26, 2025
1 parent 16e57f1 commit 539dc5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
<!-- globally set version for checking binary compatibility against -->
<!-- whoever changes this to ${revision} or ${project.version} is responsible for API breakage caused by this! -->
<!-- in other words: never do that here! exclude the 'breakages' locally in the japicmp maven plugin if you intentionally break something -->
<binary-compatibility-check.version>3.6.0</binary-compatibility-check.version>
<binary-compatibility-check.version>3.7.0</binary-compatibility-check.version>
<!-- skip until first release: -->
<binary-compatibility-check.skip>false</binary-compatibility-check.skip>

Expand Down

0 comments on commit 539dc5f

Please sign in to comment.