Skip to content

Commit

Permalink
upgrade dubbo to 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smallnest committed Jan 20, 2020
1 parent 23de513 commit f2d1657
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dubbo/dubbo-bench-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-bench</artifactId>
<version>2.7.4.1</version>
<version>2.7.5</version>
</parent>
<artifactId>dubbo-bench-api</artifactId>
<packaging>jar</packaging>
Expand Down
6 changes: 5 additions & 1 deletion dubbo/dubbo-bench-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-bench</artifactId>
<version>2.7.4.1</version>
<version>2.7.5</version>
</parent>
<artifactId>dubbo-bench-consumer</artifactId>
<packaging>jar</packaging>
Expand All @@ -45,6 +45,10 @@ limitations under the License.
<artifactId>dubbo-bench-api</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-config-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-registry-multicast</artifactId>
Expand Down
6 changes: 5 additions & 1 deletion dubbo/dubbo-bench-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-bench</artifactId>
<version>2.7.4.1</version>
<version>2.7.5</version>
</parent>
<artifactId>dubbo-bench-provider</artifactId>
<packaging>jar</packaging>
Expand All @@ -35,6 +35,10 @@ limitations under the License.
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-bench-api</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-config-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.dubbo</groupId>
Expand Down
2 changes: 1 addition & 1 deletion dubbo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ limitations under the License.
<parent>
<groupId>org.apache.dubbo</groupId>
<artifactId>dubbo-parent</artifactId>
<version>2.7.4.1</version>
<version>2.7.5</version>
</parent>
<artifactId>dubbo-bench</artifactId>
<packaging>pom</packaging>
Expand Down

0 comments on commit f2d1657

Please sign in to comment.