Skip to content

Commit c194f78

Browse files
authored
rebrand in maven (#46)
1 parent 490c780 commit c194f78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ apply plugin: 'java'
2727
apply plugin: 'com.diffplug.spotless'
2828

2929
group 'io.tiledb'
30-
version = '1.0.0-SNAPSHOT'
30+
version = '0.0.1-SNAPSHOT'
3131

3232
repositories {
3333
mavenCentral()

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
rootProject.name = "tiledb-cloud-java"
1+
rootProject.name = "tiledb-client"

0 commit comments

Comments
 (0)