Skip to content

Commit ba81792

Browse files
committedJan 29, 2024
increased binary compatibility check version to 3.5.0
1 parent 3f6be0f commit ba81792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@
240240
<!-- globally set version for checking binary compatibility against -->
241241
<!-- whoever changes this to ${revision} or ${project.version} is responsible for API breakage caused by this! -->
242242
<!-- in other words: never do that here! exclude the 'breakages' locally in the japicmp maven plugin if you intentionally break something -->
243-
<binary-compatibility-check.version>3.4.0</binary-compatibility-check.version>
243+
<binary-compatibility-check.version>3.5.0</binary-compatibility-check.version>
244244

245245
<maven.skins.fluido.version>1.7</maven.skins.fluido.version>
246246
<doxia.markdown.version>1.8</doxia.markdown.version>

0 commit comments

Comments
 (0)
Please sign in to comment.