Skip to content

Commit e8fcdac

Browse files
committed
configured "binary-compatibility-check.version" version to 2.1.0
* removed existing "<excludes>" from pom files Signed-off-by: Thomas Jaeckle <[email protected]>
1 parent 46a594b commit e8fcdac

File tree

4 files changed

+2
-7
lines changed

4 files changed

+2
-7
lines changed

base/model/pom.xml

-3
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@
131131
<excludes>
132132
<!-- Don't add excludes here before checking with the whole Ditto team -->
133133
<!--<exclude></exclude>-->
134-
135-
<!-- Excluded because Java serialization was already turned off -->
136-
<exclude>org.eclipse.ditto.base.model.common.HttpStatus</exclude>
137134
</excludes>
138135
</parameter>
139136
</configuration>

connectivity/model/pom.xml

-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@
125125
<excludes>
126126
<!-- Don't add excludes here before checking with the whole Ditto team -->
127127
<!--<exclude></exclude>-->
128-
<!-- ImmutableLogEntry should never have been public, but it was: -->
129-
<exclude>org.eclipse.ditto.connectivity.model.ImmutableLogEntry</exclude>
130128
</excludes>
131129
</parameter>
132130
</configuration>

policies/model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<parameter>
144144
<excludes>
145145
<!-- 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> -->
147147
</excludes>
148148
</parameter>
149149
</configuration>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
<!-- globally set version for checking binary compatibility against -->
230230
<!-- whoever changes this to ${revision} or ${project.version} is responsible for API breakage caused by this! -->
231231
<!-- 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>
233233

234234
<maven.skins.fluido.version>1.7</maven.skins.fluido.version>
235235
<doxia.markdown.version>1.8</doxia.markdown.version>

0 commit comments

Comments
 (0)