Explorar o código

Use release version of spring-security-release-plugin

Closes gh-1526
Steve Riesenberg hai 1 ano
pai
achega
f6b426ddf5
Modificáronse 2 ficheiros con 1 adicións e 4 borrados
  1. 1 1
      build.gradle
  2. 0 3
      settings.gradle

+ 1 - 1
build.gradle

@@ -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"

+ 0 - 3
settings.gradle

@@ -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" }
 	}
 }