Skip to content

Commit

Permalink
Release Hessian Lite 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Jun 23, 2024
1 parent 3beebf6 commit 5ccd467
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</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.2-SNAPSHOT</version>
<version>4.0.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5ccd467

Please sign in to comment.