Skip to content

Commit c18f7ba

Browse files
committed
increase binary compatibility check after release
1 parent 54b6b6b commit c18f7ba

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
@@ -236,7 +236,7 @@
236236
<!-- globally set version for checking binary compatibility against -->
237237
<!-- whoever changes this to ${revision} or ${project.version} is responsible for API breakage caused by this! -->
238238
<!-- in other words: never do that here! exclude the 'breakages' locally in the japicmp maven plugin if you intentionally break something -->
239-
<binary-compatibility-check.version>3.6.0</binary-compatibility-check.version>
239+
<binary-compatibility-check.version>3.7.0</binary-compatibility-check.version>
240240

241241
<maven.skins.fluido.version>1.7</maven.skins.fluido.version>
242242
<doxia.markdown.version>1.8</doxia.markdown.version>

0 commit comments

Comments
 (0)