Skip to content

Commit

Permalink
Release Hessian Lite 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Aug 5, 2024
1 parent 9d7ac1f commit 17eff04
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion hessian-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.dubbo</groupId>
<artifactId>hessian-lite-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions java-11-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.dubbo</groupId>
<artifactId>hessian-lite-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>hessian-lite</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions java-17-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.dubbo</groupId>
<artifactId>hessian-lite-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>hessian-lite</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions java-8-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.dubbo</groupId>
<artifactId>hessian-lite-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -36,7 +36,7 @@
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>hessian-lite</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>org.apache.dubbo</groupId>
<artifactId>hessian-lite-parent</artifactId>
<version>4.0.3-SNAPSHOT</version>
<version>4.0.3</version>
<name>Hessian Lite (Parent POM)</name>

<packaging>pom</packaging>
Expand Down

0 comments on commit 17eff04

Please sign in to comment.