Skip to content

Commit

Permalink
release 2.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
wenweihu86 committed Aug 14, 2019
1 parent 6e75c85 commit befa9dc
Show file tree
Hide file tree
Showing 18 changed files with 23 additions and 23 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,47 +25,47 @@ java 6+ && netty 4 && protobuf 2.5.0
<dependency>
<groupId>com.baidu</groupId>
<artifactId>brpc-java</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
```
Spring环境:
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>brpc-spring</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
```
SpringBoot环境:
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>brpc-spring-boot-stater</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
```
SpringCloud环境:
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>spring-cloud-brpc</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
```
Zookeeper注册中心:
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-naming-zookeeper</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
```
Consul注册中心:
```xml
<dependency>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-naming-consul</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
```
### Server端使用
Expand Down
2 changes: 1 addition & 1 deletion brpc-java-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>brpc-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-java-examples/brpc-java-core-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-examples</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>brpc-java-core-examples</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-spring-boot-examples</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>brpc-spring-boot-examples-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-spring-boot-examples</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>brpc-spring-boot-examples-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-spring-boot-examples</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>brpc-spring-boot-examples-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-java-examples/brpc-spring-boot-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-examples</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>brpc-spring-boot-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-java-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>brpc-java-examples</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-java-examples/spring-cloud-brpc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-examples</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>spring-cloud-brpc-examples</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>spring-cloud-brpc-examples</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>spring-cloud-brpc-examples-api</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>spring-cloud-brpc-examples</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>spring-cloud-brpc-examples-client</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>spring-cloud-brpc-examples</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>spring-cloud-brpc-examples-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-java-naming-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>brpc-java-naming-consul</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-java-naming-zookeeper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>

<artifactId>brpc-java-naming-zookeeper</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>

</parent>
<artifactId>brpc-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion brpc-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</parent>
<artifactId>brpc-spring</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
<packaging>pom</packaging>

<name>${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-brpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.baidu</groupId>
<artifactId>brpc-java-parent</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>

</parent>
<artifactId>spring-cloud-brpc</artifactId>
Expand Down

0 comments on commit befa9dc

Please sign in to comment.