Skip to content

Commit

Permalink
Update plugin pom info
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 7, 2024
1 parent 6e25d68 commit e68d340
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ publishing {
from components.java

pom {
name = "Grace Unpoly Plugin"
description = "Grace Plugin for using Grace with Unpoly."
url = 'https://github.com/grace-plugins/grace-unpoly'
name = "Grace Turbo Plugin"
description = "Grace Plugin for using Grace with Turbo."
url = 'https://github.com/grace-plugins/grace-turbo'
licenses {
license {
name = 'The Apache License, Version 2.0'
Expand All @@ -104,9 +104,9 @@ publishing {
}
}
scm {
connection = 'scm:git:git:https://github.com/grace-plugins/grace-unpoly.git'
developerConnection = 'scm:git:ssh:https://github.com:grace-plugins/grace-unpoly.git'
url = 'https://github.com/grace-plugins/grace-unpoly'
connection = 'scm:git:git:https://github.com/grace-plugins/grace-turbo.git'
developerConnection = 'scm:git:ssh:https://github.com:grace-plugins/grace-turbo.git'
url = 'https://github.com/grace-plugins/grace-turbo'
}
}
}
Expand Down

0 comments on commit e68d340

Please sign in to comment.