Skip to content

Commit

Permalink
! bump version to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed May 18, 2023
1 parent 595a153 commit 1e0c413
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -463,20 +463,20 @@ For `Maven` projects:
<dependency>
<groupId>io.foldright</groupId>
<artifactId>cffu</artifactId>
<version>0.9.5</version>
<version>0.9.6</version>
</dependency>
```

For `Gradle` projects:

```groovy
// Gradle Kotlin DSL
implementation("io.foldright:cffu:0.9.5")
implementation("io.foldright:cffu:0.9.6")
```

```groovy
// Gradle Groovy DSL
implementation 'io.foldright:cffu:0.9.5'
implementation 'io.foldright:cffu:0.9.6'
```

可以在 [central.sonatype.com](https://central.sonatype.com/artifact/io.foldright/cffu/0.9.0/versions) 查看最新版本与可用版本列表。
Expand Down
2 changes: 1 addition & 1 deletion cffu-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
-->
<groupId>io.foldright</groupId>
<artifactId>cffu-bom</artifactId>
<version>0.9.x-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>${parent.artifactId}</description>
Expand Down
2 changes: 1 addition & 1 deletion cffu-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.foldright</groupId>
<artifactId>cffu-parent</artifactId>
<version>0.9.x-SNAPSHOT</version>
<version>0.9.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cffu-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.foldright</groupId>
<artifactId>cffu-parent</artifactId>
<version>0.9.x-SNAPSHOT</version>
<version>0.9.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions cffu-ttl-executor-wrapper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ For `Maven` projects:
<groupId>io.foldright</groupId>
<artifactId>cffu-ttl-executor-wrapper</artifactId>
<scope>runtime</scope>
<version>0.9.5</version>
<version>0.9.6</version>
</dependency>
```

For `Gradle` projects:

```groovy
// Gradle Kotlin DSL
runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:0.9.5")
runtimeOnly("io.foldright:cffu-ttl-executor-wrapper:0.9.6")
```

```groovy
// Gradle Groovy DSL
runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:0.9.5'
runtimeOnly 'io.foldright:cffu-ttl-executor-wrapper:0.9.6'
```

`cffu-ttl-executor-wrapper` has published to maven central, find the latest version at
Expand Down
2 changes: 1 addition & 1 deletion cffu-ttl-executor-wrapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.foldright</groupId>
<artifactId>cffu-parent</artifactId>
<version>0.9.x-SNAPSHOT</version>
<version>0.9.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cffu-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.foldright</groupId>
<artifactId>cffu-parent</artifactId>
<version>0.9.x-SNAPSHOT</version>
<version>0.9.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.foldright</groupId>
<artifactId>cffu-parent</artifactId>
<version>0.9.x-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>${parent.artifactId}</description>
Expand Down

0 comments on commit 1e0c413

Please sign in to comment.