Skip to content

Commit df48f40

Browse files
committed
version 1.0.7
1 parent 9ae1980 commit df48f40

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
77
<artifactId>ezyfox</artifactId>
88
<version>1.0.5</version>
99
</parent>
10-
<version>1.0.6</version>
10+
<version>1.0.7</version>
1111
<artifactId>quick-rpc</artifactId>
1212
<packaging>pom</packaging>
1313

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

1717
<properties>
18-
<ezy.version>1.2.5</ezy.version>
19-
<ezy.client.version>1.2.1</ezy.client.version>
18+
<ezy.version>1.2.7</ezy.version>
19+
<ezy.client.version>1.2.4</ezy.client.version>
2020
</properties>
2121

2222
<dependencies>

quick-rpc-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.tvd12</groupId>
77
<artifactId>quick-rpc</artifactId>
8-
<version>1.0.6</version>
8+
<version>1.0.7</version>
99
</parent>
1010

1111
<artifactId>quick-rpc-client</artifactId>

quick-rpc-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.tvd12</groupId>
99
<artifactId>quick-rpc</artifactId>
10-
<version>1.0.6</version>
10+
<version>1.0.7</version>
1111
</parent>
1212
<artifactId>quick-rpc-core</artifactId>
1313
<name>quick-rpc-core</name>

quick-rpc-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.tvd12</groupId>
99
<artifactId>quick-rpc</artifactId>
10-
<version>1.0.6</version>
10+
<version>1.0.7</version>
1111
</parent>
1212
<artifactId>quick-rpc-server</artifactId>
1313
<name>quick-rpc-server</name>

0 commit comments

Comments
 (0)