Skip to content

Commit 86c6e11

Browse files
author
Aaron
committed
fix: 1.0.0 依赖不到的问题
1 parent beda522 commit 86c6e11

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ main feature:
2828
<dependency>
2929
<groupId>io.github.avidbyte</groupId>
3030
<artifactId>netty-websocket-boot-starter</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.0.1</version>
3232
</dependency>
3333
```
3434

@@ -232,3 +232,7 @@ netty.websocket.endpoint.chat/audio.all-idle-time-seconds=30
232232
#### 1.0.0
233233

234234
- Implement basic functions of websocket service
235+
236+
#### 1.0.1
237+
238+
- fix: adjust the project structure to solve the problem of jar dependencies not being found

README_zh.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ README: [English](https://github.com/avidbyte/netty-websocket-boot-starter/blob/
2828
<dependency>
2929
<groupId>io.github.avidbyte</groupId>
3030
<artifactId>netty-websocket-boot-starter</artifactId>
31-
<version>1.0.0</version>
31+
<version>1.0.1</version>
3232
</dependency>
3333
```
3434

@@ -237,3 +237,8 @@ WebSocketServerCompressionHandler 是 Netty 中用于 WebSocket 消息压缩的
237237
#### 1.0.0
238238

239239
- 实现 websocket 服务的基本功能
240+
-
241+
#### 1.0.1
242+
243+
- fix:调整项目结构,解决jar依赖找不到的问题
244+

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.avidbyte</groupId>
77
<artifactId>netty-websocket-boot-starter</artifactId>
8-
<version>1.0.1-SNAPSHOT</version>
8+
<version>1.0.1</version>
99
<name>netty-websocket-boot-starter</name>
1010
<description>netty-websocket-boot-starter</description>
1111

0 commit comments

Comments
 (0)