From 05d215f7c53b56856b90c9ccd464fc8381014c6a Mon Sep 17 00:00:00 2001 From: Ryan Michela Date: Wed, 29 Sep 2021 13:57:44 -0400 Subject: [PATCH] Release 1.2.2 --- common/reactive-grpc-benchmarks/pom.xml | 2 +- common/reactive-grpc-common/pom.xml | 2 +- common/reactive-grpc-gencommon/pom.xml | 2 +- pom.xml | 2 +- reactor/reactor-grpc-retry-pre3.3.9/pom.xml | 2 +- reactor/reactor-grpc-retry/pom.xml | 2 +- reactor/reactor-grpc-stub/pom.xml | 2 +- reactor/reactor-grpc-tck/pom.xml | 2 +- reactor/reactor-grpc-test-32/pom.xml | 2 +- reactor/reactor-grpc-test/pom.xml | 2 +- reactor/reactor-grpc/pom.xml | 2 +- rx-java/rxgrpc-stub/pom.xml | 2 +- rx-java/rxgrpc-tck/pom.xml | 2 +- rx-java/rxgrpc-test/pom.xml | 2 +- rx-java/rxgrpc/pom.xml | 2 +- rx3-java/rx3grpc-stub/pom.xml | 2 +- rx3-java/rx3grpc-tck/pom.xml | 2 +- rx3-java/rx3grpc-test/pom.xml | 2 +- rx3-java/rx3grpc/pom.xml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/common/reactive-grpc-benchmarks/pom.xml b/common/reactive-grpc-benchmarks/pom.xml index c250f4d7..76de1d70 100644 --- a/common/reactive-grpc-benchmarks/pom.xml +++ b/common/reactive-grpc-benchmarks/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/common/reactive-grpc-common/pom.xml b/common/reactive-grpc-common/pom.xml index 016460b2..d84441d7 100644 --- a/common/reactive-grpc-common/pom.xml +++ b/common/reactive-grpc-common/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/common/reactive-grpc-gencommon/pom.xml b/common/reactive-grpc-gencommon/pom.xml index a511b2fc..3b1d3d82 100644 --- a/common/reactive-grpc-gencommon/pom.xml +++ b/common/reactive-grpc-gencommon/pom.xml @@ -5,7 +5,7 @@ reactive-grpc com.salesforce.servicelibs - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 013dde90..7784b33e 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 pom reactive-grpc diff --git a/reactor/reactor-grpc-retry-pre3.3.9/pom.xml b/reactor/reactor-grpc-retry-pre3.3.9/pom.xml index a322fe21..aec3c3f7 100644 --- a/reactor/reactor-grpc-retry-pre3.3.9/pom.xml +++ b/reactor/reactor-grpc-retry-pre3.3.9/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/reactor/reactor-grpc-retry/pom.xml b/reactor/reactor-grpc-retry/pom.xml index c9db7030..9f90400c 100644 --- a/reactor/reactor-grpc-retry/pom.xml +++ b/reactor/reactor-grpc-retry/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/reactor/reactor-grpc-stub/pom.xml b/reactor/reactor-grpc-stub/pom.xml index aeffd194..fca1ebf1 100644 --- a/reactor/reactor-grpc-stub/pom.xml +++ b/reactor/reactor-grpc-stub/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/reactor/reactor-grpc-tck/pom.xml b/reactor/reactor-grpc-tck/pom.xml index db84fd10..a3b78583 100644 --- a/reactor/reactor-grpc-tck/pom.xml +++ b/reactor/reactor-grpc-tck/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/reactor/reactor-grpc-test-32/pom.xml b/reactor/reactor-grpc-test-32/pom.xml index d339097f..7bc3f887 100644 --- a/reactor/reactor-grpc-test-32/pom.xml +++ b/reactor/reactor-grpc-test-32/pom.xml @@ -5,7 +5,7 @@ reactive-grpc com.salesforce.servicelibs - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/reactor/reactor-grpc-test/pom.xml b/reactor/reactor-grpc-test/pom.xml index ea4b4372..60807e6d 100644 --- a/reactor/reactor-grpc-test/pom.xml +++ b/reactor/reactor-grpc-test/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/reactor/reactor-grpc/pom.xml b/reactor/reactor-grpc/pom.xml index 0e1179a7..5623c186 100644 --- a/reactor/reactor-grpc/pom.xml +++ b/reactor/reactor-grpc/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/rx-java/rxgrpc-stub/pom.xml b/rx-java/rxgrpc-stub/pom.xml index cad61cea..515e80f4 100644 --- a/rx-java/rxgrpc-stub/pom.xml +++ b/rx-java/rxgrpc-stub/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/rx-java/rxgrpc-tck/pom.xml b/rx-java/rxgrpc-tck/pom.xml index d27d7741..e05a11f0 100644 --- a/rx-java/rxgrpc-tck/pom.xml +++ b/rx-java/rxgrpc-tck/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/rx-java/rxgrpc-test/pom.xml b/rx-java/rxgrpc-test/pom.xml index aee6124c..2d7b41ab 100644 --- a/rx-java/rxgrpc-test/pom.xml +++ b/rx-java/rxgrpc-test/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/rx-java/rxgrpc/pom.xml b/rx-java/rxgrpc/pom.xml index cd083957..d0414c62 100644 --- a/rx-java/rxgrpc/pom.xml +++ b/rx-java/rxgrpc/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/rx3-java/rx3grpc-stub/pom.xml b/rx3-java/rx3grpc-stub/pom.xml index 2b0dff0d..c107720e 100644 --- a/rx3-java/rx3grpc-stub/pom.xml +++ b/rx3-java/rx3grpc-stub/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/rx3-java/rx3grpc-tck/pom.xml b/rx3-java/rx3grpc-tck/pom.xml index 1265efd1..43488aaa 100644 --- a/rx3-java/rx3grpc-tck/pom.xml +++ b/rx3-java/rx3grpc-tck/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/rx3-java/rx3grpc-test/pom.xml b/rx3-java/rx3grpc-test/pom.xml index b44240c0..e8969ee1 100644 --- a/rx3-java/rx3grpc-test/pom.xml +++ b/rx3-java/rx3grpc-test/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0 diff --git a/rx3-java/rx3grpc/pom.xml b/rx3-java/rx3grpc/pom.xml index c321c85d..94378bdf 100644 --- a/rx3-java/rx3grpc/pom.xml +++ b/rx3-java/rx3grpc/pom.xml @@ -12,7 +12,7 @@ com.salesforce.servicelibs reactive-grpc - 1.2.2-SNAPSHOT + 1.2.2 ../../pom.xml 4.0.0