Skip to content

Commit

Permalink
Use release version of spring-security-release-plugin
Browse files Browse the repository at this point in the history
Closes gh-1526
  • Loading branch information
sjohnr committed Jan 26, 2024
1 parent 6b04022 commit f6b426d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
3 changes: 0 additions & 3 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -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" }
}
}

Expand Down

0 comments on commit f6b426d

Please sign in to comment.