Skip to content

Commit

Permalink
upgrade version
Browse files Browse the repository at this point in the history
  • Loading branch information
shiming.liu committed Sep 26, 2017
1 parent 819ce61 commit 1aa1bcb
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 16 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki</artifactId>
<version>1.5.6.RLEASE</version>
<version>1.5.6.RELEASE</version>
<inceptionYear>2017</inceptionYear>
<packaging>pom</packaging>
<licenses>
Expand Down
2 changes: 1 addition & 1 deletion saluki-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
*/
package com.quancheng.saluki.core.grpc.client.internal.stream;

import javax.annotation.Nullable;

import io.grpc.ClientCall;
import io.grpc.stub.ClientCallStreamObserver;

Expand Down Expand Up @@ -91,4 +93,9 @@ public void setMessageCompression(boolean enable) {
call.setMessageCompression(enable);
}

@Override
public void cancel(@Nullable String message, @Nullable Throwable cause) {
call.cancel(message, cause);
}

}
2 changes: 1 addition & 1 deletion saluki-gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion saluki-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion saluki-monitor/saluki-monitor-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki-monitor</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion saluki-monitor/spring-boot-starter-saluki-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki-monitor</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion saluki-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion saluki-plugin/saluki-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki-plugin</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion saluki-plugin/saluki-plugin-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki-plugin</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<properties>
<protoc-jar.version>3.1.0.1</protoc-jar.version>
Expand Down
2 changes: 1 addition & 1 deletion saluki-registry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion saluki-registry/saluki-registry-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki-registry</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion saluki-registry/saluki-registry-etcd3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki-registry</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion saluki-serializer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion saluki-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion saluki-springsupport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down
2 changes: 1 addition & 1 deletion spring-boot-starter-saluki/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>com.quancheng.saluki</groupId>
<artifactId>saluki</artifactId>
<version>1.5.5-SNAPSHOT</version>
<version>1.5.6.RELEASE</version>
</parent>
<licenses>
<license>
Expand Down

0 comments on commit 1aa1bcb

Please sign in to comment.