Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Commit fd95116

Browse files
authored
chore: release v0.0.9
1 parent 61de62f commit fd95116

3 files changed

Lines changed: 6 additions & 25 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 22 deletions
This file was deleted.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=0.0.8-SNAPSHOT
1+
version=0.0.9

s2-internal/build.gradle.kts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,17 @@ publishing {
7272
pom {
7373
name.set("Generated code for S2 SDK.")
7474
description.set("Generated code and types used by the S2 SDK.")
75-
url.set("https://github.com/s2-streamstore/s2-sdk-java") // Replace with your repository URL
76-
75+
url.set("https://github.com/s2-streamstore/s2-sdk-java")
7776
licenses {
7877
license {
7978
name.set("Apache License, Version 2.0")
8079
url.set("http://www.apache.org/licenses/LICENSE-2.0.txt")
8180
}
8281
}
82+
scm {
83+
connection = "scm:git:git@github.com:s2-streamstore/s2-sdk-java.git"
84+
url = "https://github.com/s2-streamstore/s2-sdk-java"
85+
}
8386
}
8487
}
8588
}

0 commit comments

Comments
 (0)