Skip to content

Commit 78e8428

Browse files
committed
Change Maven groupId from com.rundeck.plugins to org.rundeck.plugins
Aligns open-source plugin publishing with the org.rundeck namespace already verified on Sonatype Central. Updates both the project group and the nexusPublishing packageGroup used for Maven Central staging.
1 parent 3b3c4ba commit 78e8428

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
alias(libs.plugins.nexusPublish)
77
}
88

9-
group = 'com.rundeck.plugins'
9+
group = 'org.rundeck.plugins'
1010
ext.pluginClassNames = 'org.rundeck.plugins.nodes.icon.IconNodeEnhancer,org.rundeck.plugins.nodes.attributes.AttributeNodeEnhancer'
1111
ext.pluginName = 'Attribute Node Enhancer'
1212
ext.publishDescription = 'Adds icons to nodes based on attribute values'
@@ -94,7 +94,7 @@ repositories {
9494
}
9595

9696
nexusPublishing {
97-
packageGroup = 'com.rundeck.plugins'
97+
packageGroup = 'org.rundeck.plugins'
9898
repositories {
9999
sonatype {
100100
nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/"))

0 commit comments

Comments
 (0)