From 1eb39e47f682162029c2114a718fe22a09566cd2 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 14 Feb 2025 09:12:30 +0100 Subject: [PATCH] Polishing. Improve R2DBC Javadoc config. See #1914 --- spring-data-r2dbc/pom.xml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/spring-data-r2dbc/pom.xml b/spring-data-r2dbc/pom.xml index 367e06c48..970c913f0 100644 --- a/spring-data-r2dbc/pom.xml +++ b/spring-data-r2dbc/pom.xml @@ -347,14 +347,8 @@ org.apache.maven.plugins maven-javadoc-plugin - - https://docs.spring.io/spring/docs/${spring}/javadoc-api/ - - - https://docs.spring.io/spring-data/commons/docs/current/api/ - - https://docs.oracle.com/en/java/javase/17/docs/api/ - https://r2dbc.io/spec/0.9.1.RELEASE/api/ + + https://r2dbc.io/spec/1.0.0.RELEASE/api/