Skip to content

Commit

Permalink
Merge pull request #108 from salesforce/release/v0.9.0
Browse files Browse the repository at this point in the history
v0.9.0
  • Loading branch information
rmichela authored Jul 12, 2018
2 parents c073723 + 684eb93 commit 0adee65
Show file tree
Hide file tree
Showing 19 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion common/reactive-grpc-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion common/reactive-grpc-gencommon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>reactive-grpc</artifactId>
<groupId>com.salesforce.servicelibs</groupId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion demos/backpressure-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<rxjava.version>2.1.10</rxjava.version>
<reactive.grpc.version>0.8.2</reactive.grpc.version>
<reactive.grpc.version>0.9.0</reactive.grpc.version>
<grpc.contrib.version>0.8.0</grpc.contrib.version>
<rxjavafx.version>2.2.2</rxjavafx.version>
<grpc.version>1.12.0</grpc.version>
Expand Down
4 changes: 2 additions & 2 deletions demos/gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
group 'com.salesforce.servicelibs'
version '0.8.2-SNAPSHOT'
version '0.9.0'

apply plugin: 'java'
apply plugin: "idea"
apply plugin: 'com.google.protobuf'

sourceCompatibility = 1.8

def reactiveGrpcVersion = '0.8.2-SNAPSHOT'
def reactiveGrpcVersion = '0.9.0'
def grpcVersion = '1.7.0'
def protobufVersion = '3.4.0'

Expand Down
2 changes: 1 addition & 1 deletion demos/hello-world/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<properties>
<rxjava.version>2.1.10</rxjava.version>
<reactive.grpc.version>0.8.2</reactive.grpc.version>
<reactive.grpc.version>0.9.0</reactive.grpc.version>
<grpc.contrib.version>0.8.0</grpc.contrib.version>
<grpc.version>1.12.0</grpc.version>
<protoc.version>3.5.1</protoc.version>
Expand Down
2 changes: 1 addition & 1 deletion demos/reactive-grpc-chat/reactor-chat-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<properties>
<kotlin.version>1.2.30</kotlin.version>
<reactive.grpc.version>0.8.2</reactive.grpc.version>
<reactive.grpc.version>0.9.0</reactive.grpc.version>
<grpc.version>1.12.0</grpc.version>
<protoc.version>3.5.1</protoc.version>
<grpc.contrib.version>0.8.0</grpc.contrib.version>
Expand Down
2 changes: 1 addition & 1 deletion demos/reactive-grpc-chat/reactor-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<reactive.grpc.version>0.8.2</reactive.grpc.version>
<reactive.grpc.version>0.9.0</reactive.grpc.version>
<grpc.version>1.12.0</grpc.version>
<protoc.version>3.5.1</protoc.version>
<grpc.contrib.version>0.8.0</grpc.contrib.version>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'
apply plugin: 'com.google.protobuf'

def reactiveGrpcVersion = '0.8.3-SNAPSHOT'
def reactiveGrpcVersion = '0.9.0'
def grpcVersion = '1.13.1'
def protobufVersion = '3.5.1'

Expand Down
2 changes: 1 addition & 1 deletion demos/reactive-grpc-chat/rxjava-chat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<rxjava.version>2.1.10</rxjava.version>
<reactive.grpc.version>0.8.3-SNAPSHOT</reactive.grpc.version>
<reactive.grpc.version>0.9.0</reactive.grpc.version>
<grpc.contrib.version>0.8.0</grpc.contrib.version>
<grpc.version>1.12.0</grpc.version>
<protoc.version>3.5.1</protoc.version>
Expand Down
2 changes: 1 addition & 1 deletion demos/reactive-grpc-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


<properties>
<reactive.grpc.version>0.8.2</reactive.grpc.version>
<reactive.grpc.version>0.9.0</reactive.grpc.version>
<grpc.version>1.12.0</grpc.version>
<protoc.version>3.5.1</protoc.version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>

<name>reactive-grpc</name>
Expand Down
2 changes: 1 addition & 1 deletion reactor/reactor-grpc-stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion reactor/reactor-grpc-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion reactor/reactor-grpc-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion reactor/reactor-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rx-java/rxgrpc-stub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rx-java/rxgrpc-tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rx-java/rxgrpc-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion rx-java/rxgrpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactive-grpc</artifactId>
<version>0.8.3-SNAPSHOT</version>
<version>0.9.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 0adee65

Please sign in to comment.