Skip to content

Commit d68b55e

Browse files
committed
fixed version
1 parent cced088 commit d68b55e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/demo-kotlin-service/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ application {
1919
}
2020

2121
repositories {
22-
mavenLocal() // for snapshots
22+
mavenLocal() // comment to pull nightly builds instead of local cache
2323
mavenCentral()
24+
maven("https://s01.oss.sonatype.org/content/repositories/snapshots/") // for nightly builds
2425
}
2526

2627
val ch_java_client_version: String by extra

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
</distributionManagement>
8181

8282
<properties>
83-
<revision>0.8.2-SNAPSHOT</revision>
83+
<revision>0.8.3-SNAPSHOT</revision>
8484
<project.current.year>2025</project.current.year>
8585
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8686
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

0 commit comments

Comments
 (0)