Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
tvd12 committed Jul 22, 2022
1 parent e2e941e commit 9435740
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

<properties>
<ezy.version>1.2.4</ezy.version>
<ezy.client.version>1.2.0</ezy.client.version>
</properties>

<dependencies>
Expand Down
6 changes: 1 addition & 5 deletions quick-rpc-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,13 @@
<parent>
<groupId>com.tvd12</groupId>
<artifactId>quick-rpc</artifactId>
<version>1.0.4</version>
<version>1.0.5</version>
</parent>

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

<properties>
<ezy.client.version>1.1.9</ezy.client.version>
</properties>

<dependencies>
<dependency>
<groupId>com.tvd12</groupId>
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.4</version>
<version>1.0.5</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.4</version>
<version>1.0.5</version>
</parent>
<artifactId>quick-rpc-server</artifactId>
<name>quick-rpc-server</name>
Expand Down

0 comments on commit 9435740

Please sign in to comment.