diff --git a/README.md b/README.md index 9304338a..a6eeba8a 100644 --- a/README.md +++ b/README.md @@ -553,18 +553,18 @@ public class MultiplyActionsDemo { io.foldright cffu - 1.0.0-Alpha24 + 1.0.0-Alpha25 ``` - For `Gradle` projects: ```groovy // Gradle Kotlin DSL - implementation("io.foldright:cffu:1.0.0-Alpha24") + implementation("io.foldright:cffu:1.0.0-Alpha25") ``` ```groovy // Gradle Groovy DSL - implementation 'io.foldright:cffu:1.0.0-Alpha24' + implementation 'io.foldright:cffu:1.0.0-Alpha25' ``` - `cffu Kotlin`支持库: - For `Maven` projects: @@ -573,18 +573,18 @@ public class MultiplyActionsDemo { io.foldright cffu-kotlin - 1.0.0-Alpha24 + 1.0.0-Alpha25 ``` - For `Gradle` projects: ```groovy // Gradle Kotlin DSL - implementation("io.foldright:cffu-kotlin:1.0.0-Alpha24") + implementation("io.foldright:cffu-kotlin:1.0.0-Alpha25") ``` ```groovy // Gradle Groovy DSL - implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha24' + implementation 'io.foldright:cffu-kotlin:1.0.0-Alpha25' ``` - `cffu bom`: - For `Maven` projects: @@ -593,7 +593,7 @@ public class MultiplyActionsDemo { io.foldright cffu-bom - 1.0.0-Alpha24 + 1.0.0-Alpha25 pom import @@ -602,11 +602,11 @@ public class MultiplyActionsDemo { ```groovy // Gradle Kotlin DSL - implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha24")) + implementation(platform("io.foldright:cffu-bom:1.0.0-Alpha25")) ``` ```groovy // Gradle Groovy DSL - implementation platform('io.foldright:cffu-bom:1.0.0-Alpha24') + implementation platform('io.foldright:cffu-bom:1.0.0-Alpha25') ``` - [📌 `TransmittableThreadLocal(TTL)`](https://github.com/alibaba/transmittable-thread-local)的[`cffu executor wrapper SPI`实现](cffu-ttl-executor-wrapper): - For `Maven` projects: @@ -615,7 +615,7 @@ public class MultiplyActionsDemo { io.foldright cffu-ttl-executor-wrapper - 1.0.0-Alpha24 + 1.0.0-Alpha25 runtime ``` @@ -623,11 +623,11 @@ public class MultiplyActionsDemo { ```groovy // Gradle Kotlin DSL - runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha24") + runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha25") ``` ```groovy // Gradle Groovy DSL - runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha24' + runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha25' ``` # 📚 更多资料 diff --git a/cffu-bom/pom.xml b/cffu-bom/pom.xml index 34e31447..47340322 100644 --- a/cffu-bom/pom.xml +++ b/cffu-bom/pom.xml @@ -10,7 +10,7 @@ --> io.foldright cffu-bom - 1.x-SNAPSHOT + 1.0.0-Alpha25 pom ${project.artifactId} cffu bom diff --git a/cffu-core/pom.xml b/cffu-core/pom.xml index 60a09cc7..5f37b18b 100644 --- a/cffu-core/pom.xml +++ b/cffu-core/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu-parent - 1.x-SNAPSHOT + 1.0.0-Alpha25 ../pom.xml diff --git a/cffu-kotlin/pom.xml b/cffu-kotlin/pom.xml index 65d815e6..d7b6381f 100644 --- a/cffu-kotlin/pom.xml +++ b/cffu-kotlin/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu-parent - 1.x-SNAPSHOT + 1.0.0-Alpha25 ../pom.xml diff --git a/cffu-ttl-executor-wrapper/README.md b/cffu-ttl-executor-wrapper/README.md index e692c37b..fdab3f74 100644 --- a/cffu-ttl-executor-wrapper/README.md +++ b/cffu-ttl-executor-wrapper/README.md @@ -18,7 +18,7 @@ For `Maven` projects: io.foldright cffu-ttl-executor-wrapper runtime - 1.0.0-Alpha24 + 1.0.0-Alpha25 ``` @@ -26,12 +26,12 @@ For `Gradle` projects: ```groovy // Gradle Kotlin DSL -runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha24") +runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha25") ``` ```groovy // Gradle Groovy DSL -runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha24' +runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:1.0.0-Alpha25' ``` `cffu-ttl-executor-wrapper` has published to maven central, find the latest version at diff --git a/cffu-ttl-executor-wrapper/pom.xml b/cffu-ttl-executor-wrapper/pom.xml index e345edd6..ae1ac6e9 100644 --- a/cffu-ttl-executor-wrapper/pom.xml +++ b/cffu-ttl-executor-wrapper/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu-parent - 1.x-SNAPSHOT + 1.0.0-Alpha25 ../pom.xml diff --git a/demos/cffu-demo/pom.xml b/demos/cffu-demo/pom.xml index 0c7c0602..44cfe60f 100644 --- a/demos/cffu-demo/pom.xml +++ b/demos/cffu-demo/pom.xml @@ -4,7 +4,7 @@ io.foldright.cffu-demos demos-parent - 1.x-SNAPSHOT + 1.0.0-Alpha25 ../pom.xml diff --git a/demos/cffu-kotlin-demo/pom.xml b/demos/cffu-kotlin-demo/pom.xml index 1a966385..cddb1a60 100644 --- a/demos/cffu-kotlin-demo/pom.xml +++ b/demos/cffu-kotlin-demo/pom.xml @@ -4,7 +4,7 @@ io.foldright.cffu-demos demos-parent - 1.x-SNAPSHOT + 1.0.0-Alpha25 ../pom.xml diff --git a/demos/pom.xml b/demos/pom.xml index c3bef546..3e52ef1c 100644 --- a/demos/pom.xml +++ b/demos/pom.xml @@ -3,7 +3,7 @@ 4.0.0 io.foldright.cffu-demos demos-parent - 1.x-SNAPSHOT + 1.0.0-Alpha25 pom diff --git a/pom.xml b/pom.xml index 27ff7280..f1653085 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu-parent - 1.x-SNAPSHOT + 1.0.0-Alpha25 pom ${project.artifactId} cffu parent