change package name #3

Merged
chanteckwei merged 1 commits from change-package-name into main 2025-08-15 16:40:33 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f907f89ca2 - Show all commits

View File

@ -3,4 +3,4 @@ plugins {
}
group = "ai.neuon.utility"
version = "0.1.0"
version = "0.1.1"

View File

@ -33,7 +33,7 @@ publishing {
publications {
create<MavenPublication>("maven") {
groupId = rootProject.group.toString()
artifactId = "bson-core"
artifactId = "bson"
version = rootProject.version.toString()
from(components["java"])
artifact(javadocJar)