Skip to content

Commit d05ef47

Browse files
committed
Change japicmp baseline to 2.14.0 for 2.15 dev
1 parent 13526be commit d05ef47

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,12 @@
202202
<dependency>
203203
<groupId>com.fasterxml.jackson.module</groupId>
204204
<artifactId>jackson-module-kotlin</artifactId>
205-
<!-- 16-Mar-2022, tatu: Sometimes may need to change baseline or
206-
use exclusions. But for now try keep 2.14 binary compatible
207-
with 2.13(.0)
205+
<!-- 16-Mar-2022, tatu: Sometimes may need to change baseline and
206+
if so, need to add temporary exclusions to avoid build breakage
207+
-->
208+
<!-- 19-Feb-2023, tatu: For 2.15, compare to 2.14 baseline
208209
-->
209-
<version>2.13.0</version>
210+
<version>2.14.0</version>
210211
<type>jar</type>
211212
</dependency>
212213
</oldVersion>

0 commit comments

Comments
 (0)