Skip to content

Commit f6b426d

Browse files
committed
Use release version of spring-security-release-plugin
Closes gh-1526
1 parent 6b04022 commit f6b426d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "io.spring.convention.root"
3-
id "io.spring.security.release" version "1.0.1-SNAPSHOT"
3+
id "io.spring.security.release" version "1.0.1"
44
}
55

66
group = "org.springframework.security"

settings.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
pluginManagement {
22
repositories {
33
gradlePluginPortal()
4-
maven { url "https://repo.spring.io/release" }
5-
maven { url "https://repo.spring.io/milestone" }
6-
maven { url "https://repo.spring.io/snapshot" }
74
}
85
}
96

0 commit comments

Comments
 (0)