Skip to content

Commit

Permalink
Merge pull request #24 from htynkn/master
Browse files Browse the repository at this point in the history
update dubbo version to 2.7.1
  • Loading branch information
hank-whu committed Apr 13, 2019
2 parents 036090b + 706a0d6 commit b7ad1b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dubbo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.benchmark-base>round-5</version.benchmark-base>
<version.dubbo>2.7.0</version.dubbo>
<version.dubbo>2.7.1</version.dubbo>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-kryo-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.benchmark-base>round-5</version.benchmark-base>
<version.dubbo>2.7.0</version.dubbo>
<version.dubbo>2.7.1</version.dubbo>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-kryo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.benchmark-base>round-5</version.benchmark-base>
<version.dubbo>2.7.0</version.dubbo>
<version.dubbo>2.7.1</version.dubbo>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion dubbo-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<maven.compiler.target>11</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.benchmark-base>round-5</version.benchmark-base>
<version.dubbo>2.7.0</version.dubbo>
<version.dubbo>2.7.1</version.dubbo>
</properties>

<dependencies>
Expand Down

0 comments on commit b7ad1b8

Please sign in to comment.