Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuangcp committed Jul 12, 2024
1 parent 3ef9953 commit e15720a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions netty-ws-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>com.github.kuangcp</groupId>
<artifactId>netty-ws</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5-RELEASE</version>
</parent>

<artifactId>netty-ws-core</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5-RELEASE</version>

<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions netty-ws-server-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.kuangcp</groupId>
<artifactId>netty-ws-server-demo</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5-RELEASE</version>

<properties>
<java.version>1.8</java.version>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>com.github.kuangcp</groupId>
<artifactId>netty-ws-spring-boot-starter</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5-RELEASE</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions netty-ws-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>com.github.kuangcp</groupId>
<artifactId>netty-ws</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5-RELEASE</version>
</parent>

<artifactId>netty-ws-spring-boot-starter</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5-RELEASE</version>

<dependencies>
<dependency>
Expand All @@ -25,7 +25,7 @@
<dependency>
<groupId>com.github.kuangcp</groupId>
<artifactId>netty-ws-core</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5-RELEASE</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.kuangcp</groupId>
<artifactId>netty-ws</artifactId>
<version>1.0.5-SNAPSHOT</version>
<version>1.0.5-RELEASE</version>

<packaging>pom</packaging>
<modules>
Expand Down

0 comments on commit e15720a

Please sign in to comment.