Skip to content

Commit 153504c

Browse files
committed
fixed naming
1 parent 7c3e952 commit 153504c

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle.kts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ publishing {
168168
publications {
169169
create<MavenPublication>("maven") {
170170
groupId = "dev.parsek"
171-
artifactId = "parsek-plugin-token"
171+
artifactId = "parsek-plugin-mail"
172172
version = project.version.toString()
173173

174174
// Use the standard jar task output
@@ -177,9 +177,9 @@ publishing {
177177
artifact(tasks.named("javadocJar"))
178178

179179
pom {
180-
name.set("Parsek Token Plugin")
181-
description.set("Create and manage tokens for authentication in Parsek")
182-
url.set("https://github.com/ParsekDev/parsek-plugin-token")
180+
name.set("Parsek Mail Plugin")
181+
description.set("Mail system for Parsek")
182+
url.set("https://github.com/ParsekDev/parsek-plugin-mail")
183183
inceptionYear.set("2025")
184184

185185
licenses {
@@ -198,9 +198,9 @@ publishing {
198198
}
199199

200200
scm {
201-
connection.set("scm:git:git://github.com/ParsekDev/parsek-plugin-token.git")
202-
developerConnection.set("scm:git:ssh://github.com/ParsekDev/parsek-plugin-token.git")
203-
url.set("https://github.com/ParsekDev/parsek-plugin-token")
201+
connection.set("scm:git:git://github.com/ParsekDev/parsek-plugin-mail.git")
202+
developerConnection.set("scm:git:ssh://github.com/ParsekDev/parsek-plugin-mail.git")
203+
url.set("https://github.com/ParsekDev/parsek-plugin-mail")
204204
}
205205
}
206206
}
@@ -227,12 +227,12 @@ signing {
227227
// JReleaser configuration
228228
jreleaser {
229229
project {
230-
name.set("parsek-plugin-token")
231-
description.set("Create and manage tokens for authentication in Parsek")
230+
name.set("parsek-plugin-mail")
231+
description.set("Mail system for Parsek")
232232
authors.add("Statu")
233233
license.set("MIT")
234234
links {
235-
homepage.set("https://github.com/ParsekDev/parsek-plugin-token")
235+
homepage.set("https://github.com/ParsekDev/parsek-plugin-mail")
236236
}
237237
inceptionYear.set("2025")
238238
}

0 commit comments

Comments
 (0)