From cabb321a9f159181a18b5e1077e950185de443f0 Mon Sep 17 00:00:00 2001 From: Jerry Lee Date: Mon, 15 May 2023 21:36:48 +0800 Subject: [PATCH] ! bump version to 0.9.5 --- README.md | 12 ++++++------ cffu-core/pom.xml | 2 +- cffu-kotlin/pom.xml | 2 +- cffu-ttl-executor-wrapper/pom.xml | 2 +- cffu-utils/pom.xml | 2 +- pom.xml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a6e09834..b4a23d69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ #
🦝 CompletableFuture Fu (CF-Fu)
-> 🚧 项目还在开发中,发布了`v0.x`版本: [![Maven Central](https://img.shields.io/maven-central/v/io.foldright/cffu?logo=apache-maven&label=cffu&logoColor=white)](https://central.sonatype.com/artifact/io.foldright/cffu/0.8.0/versions) +> 🚧 项目还在开发中,发布了`v0.x`版本: [![Maven Central](https://img.shields.io/maven-central/v/io.foldright/cffu?logo=apache-maven&label=cffu&logoColor=white)](https://central.sonatype.com/artifact/io.foldright/cffu/0.9.0/versions) > > 工作项列表及其进展,参见 [issue 6](https://github.com/foldright/cffu/issues/6)。 @@ -14,7 +14,7 @@ Kotlin License Javadocs -Maven Central +Maven Central GitHub Releases GitHub Stars GitHub Forks @@ -463,7 +463,7 @@ For `Maven` projects: io.foldright cffu - 0.9.4 + 0.9.5 ``` @@ -471,13 +471,13 @@ For `Gradle` projects: ```groovy // Gradle Kotlin DSL -implementation("io.foldright:cffu:0.9.4") +implementation("io.foldright:cffu:0.9.5") // Gradle Groovy DSL -implementation 'io.foldright:cffu:0.9.4' +implementation 'io.foldright:cffu:0.9.5' ``` -可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.8.0/versions) 查看最新版本与可用版本列表。 +可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.9.0/versions) 查看最新版本与可用版本列表。 # 👋 ∞、关于库名 diff --git a/cffu-core/pom.xml b/cffu-core/pom.xml index 43b90769..24a64f5f 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.5 ../pom.xml diff --git a/cffu-kotlin/pom.xml b/cffu-kotlin/pom.xml index f1414e2a..bfd59df2 100644 --- a/cffu-kotlin/pom.xml +++ b/cffu-kotlin/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu-parent - 0.9.x-SNAPSHOT + 0.9.5 ../pom.xml diff --git a/cffu-ttl-executor-wrapper/pom.xml b/cffu-ttl-executor-wrapper/pom.xml index 90546ca3..77849f66 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.5 ../pom.xml diff --git a/cffu-utils/pom.xml b/cffu-utils/pom.xml index 879f2ada..c487fa0c 100644 --- a/cffu-utils/pom.xml +++ b/cffu-utils/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu-parent - 0.9.x-SNAPSHOT + 0.9.5 ../pom.xml diff --git a/pom.xml b/pom.xml index ef61143e..78d5fc61 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.foldright cffu-parent - 0.9.x-SNAPSHOT + 0.9.5 pom ${project.artifactId} ${parent.artifactId}