Skip to content

Commit

Permalink
configured "binary-compatibility-check.version" version to 2.1.0
Browse files Browse the repository at this point in the history
* removed existing "<excludes>" from pom files

Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch.io>
  • Loading branch information
thjaeckle committed Sep 27, 2021
1 parent cd9f5c8 commit b3774d8
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 @@ -239,7 +239,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>2.0.0</binary-compatibility-check.version>
<binary-compatibility-check.version>2.1.0</binary-compatibility-check.version>
<!-- skip until first release: -->
<binary-compatibility-check.skip>false</binary-compatibility-check.skip>

Expand Down

0 comments on commit b3774d8

Please sign in to comment.