We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c94ecc commit 45c05e9Copy full SHA for 45c05e9
pom.xml
@@ -244,8 +244,9 @@
244
<artifactId>maven-javadoc-plugin</artifactId>
245
<configuration>
246
<links combine.children="append">
247
- <link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/2.19.0</link>>
248
- <link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.19.0</link>>
+ <!-- 13-Feb-2025, tatu: Should change link when 2.19.0 released -->
+ <link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/2.18.2</link>>
249
+ <link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.18.2</link>>
250
</links>
251
</configuration>
252
</plugin>
0 commit comments