File tree 4 files changed +2
-7
lines changed
4 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 131
131
<excludes >
132
132
<!-- Don't add excludes here before checking with the whole Ditto team -->
133
133
<!-- <exclude></exclude>-->
134
-
135
- <!-- Excluded because Java serialization was already turned off -->
136
- <exclude >org.eclipse.ditto.base.model.common.HttpStatus</exclude >
137
134
</excludes >
138
135
</parameter >
139
136
</configuration >
Original file line number Diff line number Diff line change 125
125
<excludes >
126
126
<!-- Don't add excludes here before checking with the whole Ditto team -->
127
127
<!-- <exclude></exclude>-->
128
- <!-- ImmutableLogEntry should never have been public, but it was: -->
129
- <exclude >org.eclipse.ditto.connectivity.model.ImmutableLogEntry</exclude >
130
128
</excludes >
131
129
</parameter >
132
130
</configuration >
Original file line number Diff line number Diff line change 143
143
<parameter >
144
144
<excludes >
145
145
<!-- Don't add excludes here before checking with the whole Ditto team -->
146
- <exclude >org.eclipse.ditto.policies.model.PolicyId#of(org.eclipse.ditto.policies.model.PolicyId) </exclude >
146
+ <!-- < exclude></exclude> -- >
147
147
</excludes >
148
148
</parameter >
149
149
</configuration >
Original file line number Diff line number Diff line change 229
229
<!-- globally set version for checking binary compatibility against -->
230
230
<!-- whoever changes this to ${revision} or ${project.version} is responsible for API breakage caused by this! -->
231
231
<!-- in other words: never do that here! exclude the 'breakages' locally in the japicmp maven plugin if you intentionally break something -->
232
- <binary-compatibility-check .version>2.0 .0</binary-compatibility-check .version>
232
+ <binary-compatibility-check .version>2.1 .0</binary-compatibility-check .version>
233
233
234
234
<maven .skins.fluido.version>1.7</maven .skins.fluido.version>
235
235
<doxia .markdown.version>1.8</doxia .markdown.version>
You can’t perform that action at this time.
0 commit comments