Skip to content

Commit 1c1df3b

Browse files
committed
chore: prepare release version and align sample dependencies
1 parent 5511aea commit 1c1df3b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group=io.github.limehee
2-
version=0.1.0-SNAPSHOT
2+
version=0.1.0
33
org.gradle.jvmargs=-Xmx1g -Dfile.encoding=UTF-8

samples/hookrouter-adapters-slack/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies {
1919
implementation platform('org.springframework.boot:spring-boot-dependencies:4.0.2')
2020
testImplementation platform('org.springframework.boot:spring-boot-dependencies:4.0.2')
2121

22-
api 'io.github.limehee:hookrouter-core:0.1.0-SNAPSHOT'
23-
implementation 'io.github.limehee:hookrouter-spring:0.1.0-SNAPSHOT'
22+
api 'io.github.limehee:hookrouter-core:0.1.0'
23+
implementation 'io.github.limehee:hookrouter-spring:0.1.0'
2424

2525
implementation 'org.springframework.boot:spring-boot-starter-web'
2626

samples/hookrouter-pure-java-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repositories {
1616
}
1717

1818
dependencies {
19-
implementation 'io.github.limehee:hookrouter-core:0.1.0-SNAPSHOT'
19+
implementation 'io.github.limehee:hookrouter-core:0.1.0'
2020
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2'
2121
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.2'
2222
}

samples/hookrouter-spring-mapping-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919

2020
dependencies {
2121
implementation 'org.springframework.boot:spring-boot-starter'
22-
implementation 'io.github.limehee:hookrouter-spring:0.1.0-SNAPSHOT'
22+
implementation 'io.github.limehee:hookrouter-spring:0.1.0'
2323
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2424
}
2525

0 commit comments

Comments
 (0)