Skip to content

Commit

Permalink
Merge branch '1.2.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Jan 26, 2024
2 parents f7909c3 + bf29531 commit 4bcae2b
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 4bcae2b

Please sign in to comment.