From 780c88ce54636b0d4be243a5aa60bdfb823b9c23 Mon Sep 17 00:00:00 2001 From: tdbbyd Date: Tue, 23 Sep 2025 19:47:31 +0300 Subject: [PATCH] rebrand in maven --- build.gradle | 2 +- settings.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 15c0845..565f3f2 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ apply plugin: 'java' apply plugin: 'com.diffplug.spotless' group 'io.tiledb' -version = '1.0.0-SNAPSHOT' +version = '0.0.1-SNAPSHOT' repositories { mavenCentral() diff --git a/settings.gradle b/settings.gradle index 5a2e942..c423c53 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1 +1 @@ -rootProject.name = "tiledb-cloud-java" \ No newline at end of file +rootProject.name = "tiledb-client" \ No newline at end of file