Skip to content

Commit

Permalink
increase binary comp. version after release
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Oct 7, 2024
1 parent 66a576c commit 5543797
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion base/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
<excludes>
<!-- Don't add excludes here before checking with the whole Ditto team -->
<!--<exclude></exclude>-->
<exclude>org.eclipse.ditto.base.model.headers.DittoHeaderDefinition#SCHEMA_VERSION</exclude>
</excludes>
</parameter>
</configuration>
Expand Down
1 change: 0 additions & 1 deletion connectivity/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@
<parameter>
<excludes>
<!-- Don't add excludes here before checking with the whole Ditto team -->
<exclude>org.eclipse.ditto.connectivity.model.Connection#toJson(org.eclipse.ditto.base.model.json.JsonSchemaVersion,org.eclipse.ditto.json.JsonFieldSelector)</exclude>
</excludes>
</parameter>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,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.5.0</binary-compatibility-check.version>
<binary-compatibility-check.version>3.6.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
1 change: 0 additions & 1 deletion thingsearch/model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
<excludes>
<!-- Don't add excludes here before checking with the whole Ditto team -->
<!--<exclude></exclude>-->
<exclude>org.eclipse.ditto.thingsearch.model.signals.commands.query.CountThings#of(java.lang.String,java.util.Set,org.eclipse.ditto.base.model.headers.DittoHeaders)</exclude>
</excludes>
</parameter>
</configuration>
Expand Down

0 comments on commit 5543797

Please sign in to comment.