From 4f21f0a985bcff52cd450e79162958437f7cfe42 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 c08a3c97..b29e5d05 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/