From ae84a20b0db0a7662bc05d6a681196ce63bcd168 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Wed, 3 May 2023 14:04:36 +0800 Subject: [PATCH] ! bump version to 0.9.4 --- README.md | 6 +++--- cffu-core/pom.xml | 2 +- cffu-ttl-executor-wrapper/pom.xml | 2 +- pom.xml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4bfc41fb..8f4d4af8 100644 --- a/README.md +++ b/README.md @@ -463,7 +463,7 @@ For `Maven` projects: io.foldright cffu - 0.9.3 + 0.9.4 ``` @@ -471,10 +471,10 @@ For `Gradle` projects: ```groovy // Gradle Kotlin DSL -implementation("io.foldright:cffu:0.9.3") +implementation("io.foldright:cffu:0.9.4") // Gradle Groovy DSL -implementation 'io.foldright:cffu:0.9.3' +implementation 'io.foldright:cffu:0.9.4' ``` 可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.8.0/versions) 查看最新版本与可用版本列表。 diff --git a/cffu-core/pom.xml b/cffu-core/pom.xml index d0bb858e..d88a88fe 100644 --- a/cffu-core/pom.xml +++ b/cffu-core/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu-parent - 0.9.x-SNAPSHOT + 0.9.4 ../pom.xml diff --git a/cffu-ttl-executor-wrapper/pom.xml b/cffu-ttl-executor-wrapper/pom.xml index 4241e1b8..b9b703e8 100644 --- a/cffu-ttl-executor-wrapper/pom.xml +++ b/cffu-ttl-executor-wrapper/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu-parent - 0.9.x-SNAPSHOT + 0.9.4 ../pom.xml diff --git a/pom.xml b/pom.xml index 07fec724..75a74e6b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu-parent - 0.9.x-SNAPSHOT + 0.9.4 pom ${project.artifactId} ${parent.artifactId}