File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
hookrouter-adapters-slack
hookrouter-pure-java-sample
hookrouter-spring-mapping-sample Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11group =io.github.limehee
2- version =0.1.0-SNAPSHOT
2+ version =0.1.0
33org.gradle.jvmargs =-Xmx1g -Dfile.encoding =UTF-8
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
1616}
1717
1818dependencies {
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}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ repositories {
1919
2020dependencies {
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
You can’t perform that action at this time.
0 commit comments