From f907f89ca256d304c93065ea147838be92a4f0a4 Mon Sep 17 00:00:00 2001 From: yee wen Date: Fri, 15 Aug 2025 16:39:32 +0800 Subject: [PATCH] change package name --- build.gradle.kts | 2 +- core/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5e68137..d4c0622 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -3,4 +3,4 @@ plugins { } group = "ai.neuon.utility" -version = "0.1.0" \ No newline at end of file +version = "0.1.1" \ No newline at end of file diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 546da70..836396f 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -33,7 +33,7 @@ publishing { publications { create("maven") { groupId = rootProject.group.toString() - artifactId = "bson-core" + artifactId = "bson" version = rootProject.version.toString() from(components["java"]) artifact(javadocJar)