Skip to content

Commit

Permalink
increased binary compatibility check version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Jan 29, 2024
1 parent 3f6be0f commit ba81792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -240,7 +240,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.4.0</binary-compatibility-check.version>
<binary-compatibility-check.version>3.5.0</binary-compatibility-check.version>

<maven.skins.fluido.version>1.7</maven.skins.fluido.version>
<doxia.markdown.version>1.8</doxia.markdown.version>
Expand Down

0 comments on commit ba81792

Please sign in to comment.