Skip to content

Commit

Permalink
1.5.56
Browse files Browse the repository at this point in the history
  • Loading branch information
smthing committed Jan 6, 2025
1 parent b1195c0 commit e483f29
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion aio-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>smart-socket-parent</artifactId>
<version>1.5.55</version>
<version>1.5.56</version>
<relativePath>../smart-socket-parent</relativePath>
</parent>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ final class IoServerConfig {
/**
* 当前smart-socket版本号
*/
public static final String VERSION = "v1.5.55";
public static final String VERSION = "v1.5.56";

/**
* 消息体缓存大小,字节
Expand Down
2 changes: 1 addition & 1 deletion aio-pro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>smart-socket-parent</artifactId>
<version>1.5.55</version>
<version>1.5.56</version>
<relativePath>../smart-socket-parent</relativePath>
</parent>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion benchmark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>aio-pro</artifactId>
<version>1.5.55</version>
<version>1.5.56</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>aio-pro</artifactId>
<version>1.5.55</version>
<version>1.5.56</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>smart-socket-parent</artifactId>
<version>1.5.55</version>
<version>1.5.56</version>
</parent>
<properties>
<commons.lang.version>2.6</commons.lang.version>
Expand Down
4 changes: 2 additions & 2 deletions smart-socket-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.github.smartboot.socket</groupId>
<artifactId>smart-socket-parent</artifactId>
<version>1.5.55</version>
<version>1.5.56</version>

<packaging>pom</packaging>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<aio.version>1.5.55</aio.version>
<aio.version>1.5.56</aio.version>
<junit.version>4.13.2</junit.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit e483f29

Please sign in to comment.