Skip to content

Commit

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

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

<properties>
<ezy.version>1.2.5</ezy.version>
<ezy.client.version>1.2.1</ezy.client.version>
<ezy.version>1.2.7</ezy.version>
<ezy.client.version>1.2.4</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.6</version>
<version>1.0.7</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.6</version>
<version>1.0.7</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.6</version>
<version>1.0.7</version>
</parent>
<artifactId>quick-rpc-server</artifactId>
<name>quick-rpc-server</name>
Expand Down

0 comments on commit df48f40

Please sign in to comment.