diff --git a/google-cloud-core-bom/pom.xml b/google-cloud-core-bom/pom.xml index 7d17719e62..58260412b4 100644 --- a/google-cloud-core-bom/pom.xml +++ b/google-cloud-core-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-bom - 2.5.0 + 2.5.1-SNAPSHOT pom com.google.cloud @@ -63,22 +63,22 @@ com.google.cloud google-cloud-core - 2.5.0 + 2.5.1-SNAPSHOT com.google.cloud google-cloud-core-grpc - 2.5.0 + 2.5.1-SNAPSHOT com.google.cloud google-cloud-core-http - 2.5.0 + 2.5.1-SNAPSHOT com.google.cloud native-image-support - 0.12.0 + 0.12.1-SNAPSHOT diff --git a/google-cloud-core-grpc/pom.xml b/google-cloud-core-grpc/pom.xml index c52399172a..288298b7fc 100644 --- a/google-cloud-core-grpc/pom.xml +++ b/google-cloud-core-grpc/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-grpc - 2.5.0 + 2.5.1-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.0 + 2.5.1-SNAPSHOT google-cloud-core-grpc diff --git a/google-cloud-core-http/pom.xml b/google-cloud-core-http/pom.xml index de81c3138c..dc2e1381ba 100644 --- a/google-cloud-core-http/pom.xml +++ b/google-cloud-core-http/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core-http - 2.5.0 + 2.5.1-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.0 + 2.5.1-SNAPSHOT google-cloud-core-http diff --git a/google-cloud-core/pom.xml b/google-cloud-core/pom.xml index 143366250c..ed20569dd9 100644 --- a/google-cloud-core/pom.xml +++ b/google-cloud-core/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.cloud google-cloud-core - 2.5.0 + 2.5.1-SNAPSHOT jar Google Cloud Core https://github.com/googleapis/java-core @@ -13,7 +13,7 @@ com.google.cloud google-cloud-core-parent - 2.5.0 + 2.5.1-SNAPSHOT google-cloud-core diff --git a/native-image-support/pom.xml b/native-image-support/pom.xml index ce22a625d2..9bce987b74 100644 --- a/native-image-support/pom.xml +++ b/native-image-support/pom.xml @@ -7,13 +7,13 @@ Google Cloud Native Image Support com.google.cloud native-image-support - 0.12.0 + 0.12.1-SNAPSHOT jar google-cloud-core-parent com.google.cloud - 2.5.0 + 2.5.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index dce34ab8c4..adc789c3f2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.google.cloud google-cloud-core-parent pom - 2.5.0 + 2.5.1-SNAPSHOT Google Cloud Core Parent https://github.com/googleapis/java-core diff --git a/versions.txt b/versions.txt index b99d429c12..39c763d8a0 100644 --- a/versions.txt +++ b/versions.txt @@ -1,5 +1,5 @@ # Format: # module:released-version:current-version -google-cloud-core:2.5.0:2.5.0 -native-image-support:0.12.0:0.12.0 \ No newline at end of file +google-cloud-core:2.5.0:2.5.1-SNAPSHOT +native-image-support:0.12.0:0.12.1-SNAPSHOT \ No newline at end of file