Skip to content

Commit

Permalink
Demos reference 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichela committed May 7, 2020
1 parent 2b41356 commit e8a03bb
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
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.10.0</reactive.grpc.version>
<reactive.grpc.version>1.0.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
2 changes: 1 addition & 1 deletion demos/gradle/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.salesforce.servicelibs'
version '0.10.0'
version '1.0.0'

apply plugin: 'java'
apply plugin: "idea"
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.10.0</reactive.grpc.version>
<reactive.grpc.version>1.0.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.10.0</reactive.grpc.version>
<reactive.grpc.version>1.0.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.10.0</reactive.grpc.version>
<reactive.grpc.version>1.0.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.10.0'
def reactiveGrpcVersion = '1.0.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.10.0</reactive.grpc.version>
<reactive.grpc.version>1.0.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.10.0</reactive.grpc.version>
<reactive.grpc.version>1.0.0</reactive.grpc.version>
<grpc.version>1.12.0</grpc.version>
<protoc.version>3.5.1</protoc.version>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions inerop/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactor-grpc-stub</artifactId>
<version>0.10.0</version>
<version>1.0.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -70,7 +70,7 @@
<id>reactor-grpc</id>
<groupId>com.salesforce.servicelibs</groupId>
<artifactId>reactor-grpc</artifactId>
<version>0.10.0</version>
<version>1.0.0</version>
<mainClass>com.salesforce.reactorgrpc.ReactorGrpcGenerator</mainClass>
</protocPlugin>
</protocPlugins>
Expand Down

0 comments on commit e8a03bb

Please sign in to comment.