diff --git a/google-cloud-shell-bom/pom.xml b/google-cloud-shell-bom/pom.xml index 3b27d247..099bd92c 100644 --- a/google-cloud-shell-bom/pom.xml +++ b/google-cloud-shell-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-shell-bom - 2.2.1 + 2.2.2-SNAPSHOT pom com.google.cloud @@ -56,17 +56,17 @@ com.google.cloud google-cloud-shell - 2.2.1 + 2.2.2-SNAPSHOT com.google.api.grpc grpc-google-cloud-shell-v1 - 2.2.1 + 2.2.2-SNAPSHOT com.google.api.grpc proto-google-cloud-shell-v1 - 2.2.1 + 2.2.2-SNAPSHOT diff --git a/google-cloud-shell/pom.xml b/google-cloud-shell/pom.xml index 918844bc..8a3b5fba 100644 --- a/google-cloud-shell/pom.xml +++ b/google-cloud-shell/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-shell - 2.2.1 + 2.2.2-SNAPSHOT jar Google Cloud Shell https://github.com/googleapis/java-shell @@ -11,7 +11,7 @@ com.google.cloud google-cloud-shell-parent - 2.2.1 + 2.2.2-SNAPSHOT google-cloud-shell diff --git a/grpc-google-cloud-shell-v1/pom.xml b/grpc-google-cloud-shell-v1/pom.xml index c56a027e..ab6661e1 100644 --- a/grpc-google-cloud-shell-v1/pom.xml +++ b/grpc-google-cloud-shell-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc grpc-google-cloud-shell-v1 - 2.2.1 + 2.2.2-SNAPSHOT grpc-google-cloud-shell-v1 GRPC library for google-cloud-shell com.google.cloud google-cloud-shell-parent - 2.2.1 + 2.2.2-SNAPSHOT diff --git a/pom.xml b/pom.xml index 61c7e072..6e7dc84f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-shell-parent pom - 2.2.1 + 2.2.2-SNAPSHOT Google Cloud Shell Parent https://github.com/googleapis/java-shell @@ -60,17 +60,17 @@ com.google.cloud google-cloud-shell - 2.2.1 + 2.2.2-SNAPSHOT com.google.api.grpc grpc-google-cloud-shell-v1 - 2.2.1 + 2.2.2-SNAPSHOT com.google.api.grpc proto-google-cloud-shell-v1 - 2.2.1 + 2.2.2-SNAPSHOT diff --git a/proto-google-cloud-shell-v1/pom.xml b/proto-google-cloud-shell-v1/pom.xml index b4a21e7b..177b09c5 100644 --- a/proto-google-cloud-shell-v1/pom.xml +++ b/proto-google-cloud-shell-v1/pom.xml @@ -4,13 +4,13 @@ 4.0.0 com.google.api.grpc proto-google-cloud-shell-v1 - 2.2.1 + 2.2.2-SNAPSHOT proto-google-cloud-shell-v1 Proto library for google-cloud-shell com.google.cloud google-cloud-shell-parent - 2.2.1 + 2.2.2-SNAPSHOT diff --git a/versions.txt b/versions.txt index a577eab1..498b7664 100644 --- a/versions.txt +++ b/versions.txt @@ -1,6 +1,6 @@ # Format: # module:released-version:current-version -google-cloud-shell:2.2.1:2.2.1 -grpc-google-cloud-shell-v1:2.2.1:2.2.1 -proto-google-cloud-shell-v1:2.2.1:2.2.1 +google-cloud-shell:2.2.1:2.2.2-SNAPSHOT +grpc-google-cloud-shell-v1:2.2.1:2.2.2-SNAPSHOT +proto-google-cloud-shell-v1:2.2.1:2.2.2-SNAPSHOT