Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

chore: release 1.65.2-SNAPSHOT #1401

Merged
merged 2 commits into from
Jun 24, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmark/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project.version = "0.67.1" // {x-version-update:benchmark:current}
project.version = "0.67.2-SNAPSHOT" // {x-version-update:benchmark:current}

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ apply plugin: 'com.github.sherter.google-java-format'
apply plugin: 'io.codearte.nexus-staging'

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "1.65.1" // {x-version-update:gax:current}
project.version = "1.65.2-SNAPSHOT" // {x-version-update:gax:current}

ext {
// Project names not used for release
Expand Down
8 changes: 4 additions & 4 deletions dependencies.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@

# Versions of oneself
# {x-version-update-start:gax:current}
version.gax=1.65.1
version.gax=1.65.2-SNAPSHOT
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=1.65.1
version.gax_grpc=1.65.2-SNAPSHOT
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=1.65.1
version.gax_bom=1.65.2-SNAPSHOT
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.82.1
version.gax_httpjson=0.82.2-SNAPSHOT
# {x-version-update-end}

# Versions for dependencies which actual artifacts differ between Bazel and Gradle.
Expand Down
2 changes: 1 addition & 1 deletion gax-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

archivesBaseName = "gax-bom"

project.version = "1.65.1" // {x-version-update:gax-bom:current}
project.version = "1.65.2-SNAPSHOT" // {x-version-update:gax-bom:current}

ext {
mavenJavaDir = "$project.buildDir/publications/mavenJava"
Expand Down
14 changes: 7 additions & 7 deletions gax-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>1.65.1</version><!-- {x-version-update:gax-bom:current} -->
<version>1.65.2-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
<packaging>pom</packaging>
<name>GAX (Google Api eXtensions) for Java</name>
<description>Google Api eXtensions for Java</description>
Expand Down Expand Up @@ -33,34 +33,34 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.65.1</version><!-- {x-version-update:gax:current} -->
<version>1.65.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.65.1</version><!-- {x-version-update:gax:current} -->
<version>1.65.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.65.1</version><!-- {x-version-update:gax-grpc:current} -->
<version>1.65.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.65.1</version><!-- {x-version-update:gax-grpc:current} -->
<version>1.65.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.82.1</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.82.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.82.1</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.82.2-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<classifier>testlib</classifier>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gax-grpc/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archivesBaseName = "gax-grpc"

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "1.65.1" // {x-version-update:gax-grpc:current}
project.version = "1.65.2-SNAPSHOT" // {x-version-update:gax-grpc:current}

dependencies {
compile project(':gax'),
Expand Down
2 changes: 1 addition & 1 deletion gax-httpjson/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archivesBaseName = "gax-httpjson"

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "0.82.1" // {x-version-update:gax-httpjson:current}
project.version = "0.82.2-SNAPSHOT" // {x-version-update:gax-httpjson:current}

dependencies {
compile project(':gax'),
Expand Down
2 changes: 1 addition & 1 deletion gax/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
archivesBaseName = "gax"

// TODO: Populate this from dependencies.properties version property (for proper Gradle-Bazel sync)
project.version = "1.65.1" // {x-version-update:gax:current}
project.version = "1.65.2-SNAPSHOT" // {x-version-update:gax:current}

dependencies {
compile libraries['maven.com_google_guava_guava'],
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<!-- WARNING this is automatically populated by a build script, don't update manually -->
<version>1.65.1</version><!-- {x-version-update:gax:current} -->
<version>1.65.2-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<!-- WARNING this is automatically populated by a build script, don't update manually -->
<version>1.65.1</version><!-- {x-version-update:gax-grpc:current} -->
<version>1.65.2-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
Expand Down
10 changes: 5 additions & 5 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version

gax:1.65.1:1.65.1
gax-bom:1.65.1:1.65.1
gax-grpc:1.65.1:1.65.1
gax-httpjson:0.82.1:0.82.1
benchmark:0.67.1:0.67.1
gax:1.65.1:1.65.2-SNAPSHOT
gax-bom:1.65.1:1.65.2-SNAPSHOT
gax-grpc:1.65.1:1.65.2-SNAPSHOT
gax-httpjson:0.82.1:0.82.2-SNAPSHOT
benchmark:0.67.1:0.67.2-SNAPSHOT