diff --git a/java-core/google-cloud-core-bom/pom.xml b/java-core/google-cloud-core-bom/pom.xml index eb78344163..a7379492c7 100644 --- a/java-core/google-cloud-core-bom/pom.xml +++ b/java-core/google-cloud-core-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-bom - 2.5.3 + 2.5.4-SNAPSHOT pom com.google.cloud @@ -63,22 +63,22 @@ com.google.cloud google-cloud-core - 2.5.3 + 2.5.4-SNAPSHOT com.google.cloud google-cloud-core-grpc - 2.5.3 + 2.5.4-SNAPSHOT com.google.cloud google-cloud-core-http - 2.5.3 + 2.5.4-SNAPSHOT com.google.cloud native-image-support - 0.12.3 + 0.12.4-SNAPSHOT diff --git a/java-core/google-cloud-core-grpc/pom.xml b/java-core/google-cloud-core-grpc/pom.xml index 1262e6e0bc..50c593d0af 100644 --- a/java-core/google-cloud-core-grpc/pom.xml +++ b/java-core/google-cloud-core-grpc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-grpc - 2.5.3 + 2.5.4-SNAPSHOT jar Google Cloud Core gRPC https://github.com/googleapis/java-core @@ -13,7 +13,7 @@ com.google.cloud google-cloud-core-parent - 2.5.3 + 2.5.4-SNAPSHOT google-cloud-core-grpc diff --git a/java-core/google-cloud-core-http/pom.xml b/java-core/google-cloud-core-http/pom.xml index 35711dfdc1..30743b5957 100644 --- a/java-core/google-cloud-core-http/pom.xml +++ b/java-core/google-cloud-core-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-http - 2.5.3 + 2.5.4-SNAPSHOT jar Google Cloud Core HTTP https://github.com/googleapis/java-core @@ -13,7 +13,7 @@ com.google.cloud google-cloud-core-parent - 2.5.3 + 2.5.4-SNAPSHOT google-cloud-core-http diff --git a/java-core/google-cloud-core/pom.xml b/java-core/google-cloud-core/pom.xml index 3feadea21f..3911eacaa4 100644 --- a/java-core/google-cloud-core/pom.xml +++ b/java-core/google-cloud-core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core - 2.5.3 + 2.5.4-SNAPSHOT jar Google Cloud Core https://github.com/googleapis/java-core @@ -13,7 +13,7 @@ com.google.cloud google-cloud-core-parent - 2.5.3 + 2.5.4-SNAPSHOT google-cloud-core diff --git a/java-core/native-image-support/pom.xml b/java-core/native-image-support/pom.xml index 1f8d950b23..c041ab2b53 100644 --- a/java-core/native-image-support/pom.xml +++ b/java-core/native-image-support/pom.xml @@ -7,13 +7,13 @@ Google Cloud Native Image Support com.google.cloud native-image-support - 0.12.3 + 0.12.4-SNAPSHOT jar google-cloud-core-parent com.google.cloud - 2.5.3 + 2.5.4-SNAPSHOT diff --git a/java-core/pom.xml b/java-core/pom.xml index a0d246dfbe..9533861722 100644 --- a/java-core/pom.xml +++ b/java-core/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-core-parent pom - 2.5.3 + 2.5.4-SNAPSHOT Google Cloud Core Parent https://github.com/googleapis/java-core diff --git a/java-core/versions.txt b/java-core/versions.txt index 7a376e1a81..558cb12f27 100644 --- a/java-core/versions.txt +++ b/java-core/versions.txt @@ -1,5 +1,5 @@ # Format: # module:released-version:current-version -google-cloud-core:2.5.3:2.5.3 -native-image-support:0.12.3:0.12.3 \ No newline at end of file +google-cloud-core:2.5.3:2.5.4-SNAPSHOT +native-image-support:0.12.3:0.12.4-SNAPSHOT \ No newline at end of file