From 3d728241e9dc88938bede0e76fb131e5996378a8 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Mon, 4 Oct 2021 10:57:56 +0200 Subject: [PATCH] Prepare 3.0 development. See #660 --- pom.xml | 8 ++++---- .../org/springframework/data/r2dbc/DependencyTests.java | 2 ++ 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ad15c2b9..5fd9a5d1 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.data spring-data-r2dbc - 1.5.0-SNAPSHOT + 3.0.0-SNAPSHOT Spring Data R2DBC Spring Data module for R2DBC @@ -14,15 +14,15 @@ org.springframework.data.build spring-data-parent - 2.7.0-SNAPSHOT + 3.0.0-SNAPSHOT DATAR2DBC - 2.7.0-SNAPSHOT - 2.4.0-SNAPSHOT + 3.0.0-SNAPSHOT + 3.0.0-SNAPSHOT ${springdata.jdbc} spring.data.r2dbc reuseReports diff --git a/src/test/java/org/springframework/data/r2dbc/DependencyTests.java b/src/test/java/org/springframework/data/r2dbc/DependencyTests.java index 913039b1..ebabc489 100644 --- a/src/test/java/org/springframework/data/r2dbc/DependencyTests.java +++ b/src/test/java/org/springframework/data/r2dbc/DependencyTests.java @@ -23,6 +23,7 @@ import de.schauderhaft.degraph.configuration.NamedPattern; import scala.runtime.AbstractFunction1; import org.junit.Assume; +import org.junit.jupiter.api.Disabled; import org.junit.jupiter.api.Test; /** @@ -30,6 +31,7 @@ import org.junit.jupiter.api.Test; * * @author Jens Schauder */ +@Disabled("To be replaced with ArchUnit") public class DependencyTests { @Test // DATAJDBC-114