Browse Source

Upgrade to Maven Deploy Plugin 3.1.0

Closes gh-34287
pull/34312/head
Andy Wilkinson 3 years ago
parent
commit
609cb80bbc
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

2
spring-boot-project/spring-boot-dependencies/build.gradle

@ -841,7 +841,7 @@ bom { @@ -841,7 +841,7 @@ bom {
]
}
}
library("Maven Deploy Plugin", "3.0.0") {
library("Maven Deploy Plugin", "3.1.0") {
group("org.apache.maven.plugins") {
plugins = [
"maven-deploy-plugin"

Loading…
Cancel
Save