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 8767b3d commit 6b2cb81Copy full SHA for 6b2cb81
pom.xml
@@ -227,8 +227,8 @@
227
<artifactId>maven-javadoc-plugin</artifactId>
228
<configuration>
229
<links combine.children="append">
230
- <link>https://fasterxml.github.io/jackson-annotations/javadoc/2.16</link>
231
- <link>https://fasterxml.github.io/jackson-core/javadoc/2.16</link>
+ <link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-annotations/2.19.0</link>>
+ <link>https://javadoc.io/doc/com.fasterxml.jackson.core/jackson-core/2.19.0</link>>
232
</links>
233
</configuration>
234
</plugin>
0 commit comments