Skip to content

Commit

Permalink
Rename plugin to io.spring.security.release
Browse files Browse the repository at this point in the history
  • Loading branch information
sjohnr committed Oct 11, 2023
1 parent 0960341 commit 88041de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle-plugin/spring-security-release-plugin.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {

gradlePlugin {
plugins {
springReleasePlugin {
id = "io.spring.release"
springSecurityReleasePlugin {
id = "io.spring.security.release"
implementationClass = "io.spring.gradle.plugin.release.SpringReleasePlugin"
}
}
Expand All @@ -14,7 +14,7 @@ gradlePlugin {
artifactory {
publish {
defaults {
publications("springReleasePluginPluginMarkerMaven")
publications("springSecurityReleasePluginPluginMarkerMaven")
}
}
}
Expand Down

0 comments on commit 88041de

Please sign in to comment.