Merge branch '1.2.x'

This commit is contained in:
Steve Riesenberg
2024-01-26 16:20:17 -06:00
2 changed files with 1 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
plugins {
id "io.spring.convention.root"
id "io.spring.security.release" version "1.0.1-SNAPSHOT"
id "io.spring.security.release" version "1.0.1"
}
group = "org.springframework.security"

View File

@@ -1,9 +1,6 @@
pluginManagement {
repositories {
gradlePluginPortal()
maven { url "https://repo.spring.io/release" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/snapshot" }
}
}