Compare commits

...

1 Commits
v0.1.0 ... main

Author SHA1 Message Date
f907f89ca2 change package name 2025-08-15 16:39:32 +08:00
2 changed files with 2 additions and 2 deletions

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)