Skip to content

Commit

Permalink
version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
tvd12 committed Jun 5, 2023
1 parent df48f40 commit 7db49be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox</artifactId>
<version>1.0.5</version>
<version>1.0.6</version>
</parent>
<version>1.0.7</version>
<version>1.0.8</version>
<artifactId>quick-rpc</artifactId>
<packaging>pom</packaging>

<name>quick-rpc</name>
<url>http://maven.apache.org</url>

<properties>
<ezy.version>1.2.7</ezy.version>
<ezy.client.version>1.2.4</ezy.client.version>
<ezy.version>1.2.8</ezy.version>
<ezy.client.version>1.2.5</ezy.client.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion quick-rpc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>quick-rpc</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</parent>

<artifactId>quick-rpc-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion quick-rpc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>quick-rpc</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</parent>
<artifactId>quick-rpc-core</artifactId>
<name>quick-rpc-core</name>
Expand Down
2 changes: 1 addition & 1 deletion quick-rpc-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>quick-rpc</artifactId>
<version>1.0.7</version>
<version>1.0.8</version>
</parent>
<artifactId>quick-rpc-server</artifactId>
<name>quick-rpc-server</name>
Expand Down

0 comments on commit 7db49be

Please sign in to comment.