From e3b7eb4441d3b51155e947c6d4809f5ec37f1159 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Mon, 20 Sep 2021 17:22:00 +0200 Subject: [PATCH] #79 - Upgrade to Spring Framework 6 snapshots. --- pom.xml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 0e24e2d..6826929 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ 5.8.0 1.2.6 3.12.4 - 5.3.10 + 6.0.0-SNAPSHOT 1.7.32 spring.plugin @@ -73,9 +73,9 @@ - spring5-next + spring-next - 5.2.1.BUILD-SNAPSHOT + 6.0.0-SNAPSHOT @@ -381,10 +381,20 @@ https://github.com/spring-projects/spring-plugin/issues + + + spring-libs-snapshot + https://repo.spring.io/snapshot + + false + + + + - spring-plugins-release - https://repo.spring.io/plugins-release + spring-plugin-release + https://repo.spring.io/plugin-release false