fix(serialize-xml): Fix incorrect module name
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Johannes Frohnmeyer 2024-04-18 22:14:18 +02:00
parent 14a5ccf3c2
commit de55636d20
Signed by: Johannes
GPG Key ID: E76429612C2929F4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = "io.gitlab.jfronny"
artifactId = "commons-serialize-json"
artifactId = "commons-serialize-xml"
from(components["java"])
}