Skip to content

Commit 222b5f0

Browse files
同步最新代码, 从 https://github.com/wangzihaogithub/spring-boot-protocol.git 当前项目是servlet项目, spring-boot-protocol项目是tcp协议项目,包含servlet
1 parent 2678602 commit 222b5f0

File tree

4 files changed

+84
-172
lines changed

4 files changed

+84
-172
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ github地址 : https://github.com/wangzihaogithub/netty-servlet
8080
<dependency>
8181
<groupId>com.github.wangzihaogithub</groupId>
8282
<artifactId>spring-boot-protocol</artifactId>
83-
<version>2.3.25</version>
83+
<version>2.3.26</version>
8484
</dependency>
8585
```
8686

@@ -92,7 +92,7 @@ github地址 : https://github.com/wangzihaogithub/netty-servlet
9292
<dependency>
9393
<groupId>com.github.wangzihaogithub</groupId>
9494
<artifactId>netty-servlet</artifactId>
95-
<version>2.3.25</version>
95+
<version>2.3.26</version>
9696
</dependency>
9797
```
9898

pom.xml

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

55
<groupId>com.github.wangzihaogithub</groupId>
66
<artifactId>netty-servlet</artifactId>
7-
<version>2.3.25</version>
7+
<version>2.3.26</version>
88
<packaging>jar</packaging>
99

1010
<name>Netty Servlet</name>
@@ -45,7 +45,7 @@
4545
<connection>scm:git:https://github.com/wangzihaogithub/netty-servlet.git</connection>
4646
<developerConnection>scm:git:git@github.com:wangzihaogithub/netty-servlet.git</developerConnection>
4747
<url>git@github.com:wangzihaogithub/netty-servlet.git</url>
48-
<tag>v2.3.25</tag>
48+
<tag>v2.3.26</tag>
4949
</scm>
5050

5151
<!-- 开发者信息 -->

0 commit comments

Comments
 (0)