Skip to content

Commit

Permalink
版本升级1.0.1:新增MINA协议支持
Browse files Browse the repository at this point in the history
  • Loading branch information
xueli.xue committed Nov 14, 2015
1 parent 37968b7 commit a3e96e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xxl-rpc-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<version>0.0.1-SNAPSHOT</version>
</parent>
<artifactId>xxl-rpc-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<name>xxl-rpc-core</name>
<packaging>jar</packaging>

Expand Down
2 changes: 1 addition & 1 deletion xxl-rpc-demo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.xxl</groupId>
<artifactId>xxl-rpc-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<!-- xxl-rpc-demo-api -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion xxl-rpc-demo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.xxl</groupId>
<artifactId>xxl-rpc-core</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
<!-- xxl-rpc-demo-api -->
<dependency>
Expand Down

0 comments on commit a3e96e2

Please sign in to comment.