diff --git a/benchmark/build.gradle b/benchmark/build.gradle index 2d32a041c..06f6b2e66 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -1,4 +1,4 @@ -project.version = "0.75.2" // {x-version-update:benchmark:current} +project.version = "0.75.3-SNAPSHOT" // {x-version-update:benchmark:current} buildscript { repositories { diff --git a/build.gradle b/build.gradle index 9ef1ff4d1..5373bb274 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ apply plugin: 'com.github.sherter.google-java-format' apply plugin: 'io.github.gradle-nexus.publish-plugin' // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "2.5.2" // {x-version-update:gax:current} +project.version = "2.5.3-SNAPSHOT" // {x-version-update:gax:current} ext { // Project names not used for release diff --git a/dependencies.properties b/dependencies.properties index f3ea70c5f..790ca4114 100644 --- a/dependencies.properties +++ b/dependencies.properties @@ -8,16 +8,16 @@ # Versions of oneself # {x-version-update-start:gax:current} -version.gax=2.5.2 +version.gax=2.5.3-SNAPSHOT # {x-version-update-end} # {x-version-update-start:gax:current} -version.gax_grpc=2.5.2 +version.gax_grpc=2.5.3-SNAPSHOT # {x-version-update-end} # {x-version-update-start:gax:current} -version.gax_bom=2.5.2 +version.gax_bom=2.5.3-SNAPSHOT # {x-version-update-end} # {x-version-update-start:gax-httpjson:current} -version.gax_httpjson=0.90.2 +version.gax_httpjson=0.90.3-SNAPSHOT # {x-version-update-end} # Versions for dependencies which actual artifacts differ between Bazel and Gradle. diff --git a/gax-bom/build.gradle b/gax-bom/build.gradle index 0a727ce10..ed9ad40e4 100644 --- a/gax-bom/build.gradle +++ b/gax-bom/build.gradle @@ -12,7 +12,7 @@ buildscript { archivesBaseName = "gax-bom" -project.version = "2.5.2" // {x-version-update:gax-bom:current} +project.version = "2.5.3-SNAPSHOT" // {x-version-update:gax-bom:current} ext { mavenJavaDir = "$project.buildDir/publications/mavenJava" diff --git a/gax-bom/pom.xml b/gax-bom/pom.xml index c4a7b23a0..2f16d5ac5 100644 --- a/gax-bom/pom.xml +++ b/gax-bom/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.google.api gax-bom - 2.5.2 + 2.5.3-SNAPSHOT pom GAX (Google Api eXtensions) for Java Google Api eXtensions for Java @@ -33,34 +33,34 @@ com.google.api gax - 2.5.2 + 2.5.3-SNAPSHOT com.google.api gax - 2.5.2 + 2.5.3-SNAPSHOT testlib com.google.api gax-grpc - 2.5.2 + 2.5.3-SNAPSHOT com.google.api gax-grpc - 2.5.2 + 2.5.3-SNAPSHOT testlib com.google.api gax-httpjson - 0.90.2 + 0.90.3-SNAPSHOT com.google.api gax-httpjson - 0.90.2 + 0.90.3-SNAPSHOT testlib diff --git a/gax-grpc/build.gradle b/gax-grpc/build.gradle index b84dd4129..894db7429 100644 --- a/gax-grpc/build.gradle +++ b/gax-grpc/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = "gax-grpc" // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "2.5.2" // {x-version-update:gax-grpc:current} +project.version = "2.5.3-SNAPSHOT" // {x-version-update:gax-grpc:current} dependencies { implementation( project(':gax'), diff --git a/gax-httpjson/build.gradle b/gax-httpjson/build.gradle index 8309ec87e..15017e6a3 100644 --- a/gax-httpjson/build.gradle +++ b/gax-httpjson/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = "gax-httpjson" // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "0.90.2" // {x-version-update:gax-httpjson:current} +project.version = "0.90.3-SNAPSHOT" // {x-version-update:gax-httpjson:current} dependencies { implementation( project(':gax'), diff --git a/gax/build.gradle b/gax/build.gradle index 50fb2cff8..47b31f414 100644 --- a/gax/build.gradle +++ b/gax/build.gradle @@ -1,7 +1,7 @@ archivesBaseName = "gax" // TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync) -project.version = "2.5.2" // {x-version-update:gax:current} +project.version = "2.5.3-SNAPSHOT" // {x-version-update:gax:current} dependencies { implementation (libraries['maven.com_google_guava_guava'], diff --git a/samples/pom.xml b/samples/pom.xml index 3ff9f804b..1f0cb250a 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -14,13 +14,13 @@ com.google.api gax - 2.5.2 + 2.5.3-SNAPSHOT com.google.api gax-grpc - 2.5.2 + 2.5.3-SNAPSHOT com.google.auto.value diff --git a/versions.txt b/versions.txt index 895b2f6e5..1f596b18c 100644 --- a/versions.txt +++ b/versions.txt @@ -1,8 +1,8 @@ # Format: # module:released-version:current-version -gax:2.5.2:2.5.2 -gax-bom:2.5.2:2.5.2 -gax-grpc:2.5.2:2.5.2 -gax-httpjson:0.90.2:0.90.2 -benchmark:0.75.2:0.75.2 +gax:2.5.2:2.5.3-SNAPSHOT +gax-bom:2.5.2:2.5.3-SNAPSHOT +gax-grpc:2.5.2:2.5.3-SNAPSHOT +gax-httpjson:0.90.2:0.90.3-SNAPSHOT +benchmark:0.75.2:0.75.3-SNAPSHOT