Skip to content

Commit

Permalink
2.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
noear committed Nov 27, 2023
1 parent 55b32d3 commit d8c9118
Show file tree
Hide file tree
Showing 11 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion _docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.noear</groupId>
<artifactId>socketd-transport-java-tcp</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
<relativePath>../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions java/socketd-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand All @@ -18,7 +18,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<java.version>1.8</java.version>

<socketd.version>2.0.21</socketd.version>
<socketd.version>2.0.22</socketd.version>

<slf4j.version>2.0.9</slf4j.version>
<junit5.version>5.9.1</junit5.version>
Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
<relativePath>../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport/socketd-transport-aeron/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport/socketd-transport-java-tcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport/socketd-transport-java-udp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd-transport/socketd-transport-netty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
<relativePath>../../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java/socketd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.noear</groupId>
<artifactId>socketd-parent</artifactId>
<version>2.0.21</version>
<version>2.0.22</version>
<relativePath>../socketd-parent/pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit d8c9118

Please sign in to comment.