Skip to content

Commit 2c6f036

Browse files
authored
Merge pull request #46 from rundeck-plugins/grails7-upgrade
Change Maven groupId to org.rundeck.plugins
2 parents 9bc2a12 + 78e8428 commit 2c6f036

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)