Skip to content

Commit 29dec61

Browse files
Merge pull request #84 from guoshiqiufeng/release-please--branches--dev--components--standard-version
chore(main): 1.0.0-M2
2 parents 7c206d8 + d5869ed commit 29dec61

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/gradle-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup Gradle
3131
uses: gradle/gradle-build-action@v2.11.1
3232
with:
33-
gradle-version: 8.5
33+
gradle-version: 8.6
3434

3535
- name: Set Gradle Env
3636
run: |

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
### 介绍
1111

12-
统一的消息发送、消费框架,简化mq使用。提供统一的消息发送、消费接口,支持多种mq实现,目前支持rocketmq 5.x、Kafka 3.x、Redis 5.X
12+
统一的消息发送、消费框架,简化mq使用。提供统一的消息发送、消费接口,支持多种mq实现,目前支持rocketmq 4.x 以上、Kafka 2.x 以上、Redis 5.X
1313
以上
1414

1515
### 文档
@@ -19,7 +19,7 @@ https://guoshiqiufeng.github.io/loki-doc/
1919
### 开发框架
2020

2121
- Java 21
22-
- Gradle 8.5
22+
- Gradle 8.6
2323
- Spring Boot 2.7.18
2424
- rocketmq-client-java 5.0.6 (RocketMQ-grpc)
2525
- kafka-clients 3.6.1

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Read in other languages: [简体中文](README-zh.md)
1111

1212
Unified message sending and consumption framework that simplifies the use of message queues. Provides unified message
1313
sending and consumption interfaces, supports multiple message queue implementations, and currently supports RocketMQ
14-
5.x, Kafka 3.x, and Redis 5.X and above
14+
4.x and above, Kafka 2.x and above, and Redis 5.X and above
1515

1616
### Documentation
1717

@@ -20,7 +20,7 @@ https://guoshiqiufeng.github.io/loki-doc/en/
2020
### Development Framework
2121

2222
- Java 21
23-
- Gradle 8.5
23+
- Gradle 8.6
2424
- Spring Boot 2.7.18
2525
- rocketmq-client-java 5.0.6 (RocketMQ-grpc)
2626
- kafka-clients 3.6.1

doc/gradle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
gradle distributions
2-
https://mirrors.cloud.tencent.com/gradle/gradle-8.5-bin.zip
2+
https://mirrors.cloud.tencent.com/gradle/gradle-8.6-bin.zip

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# {x-release-please-start-version}
2-
APP_VERSION=1.0.0-M1
2+
APP_VERSION=1.0.0-M2
33
# {x-release-please-end-version}
44
APP_GROUP=io.github.guoshiqiufeng
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Fri Nov 10 10:59:22 CST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)