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

Commit

Permalink
chore: release 1.60.1 (#1239)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Nov 19, 2020
1 parent 656b613 commit 7e15b60
Show file tree
Hide file tree
Showing 12 changed files with 48 additions and 30 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog

### [1.60.1](https://www.github.com/googleapis/gax-java/compare/v1.60.0...v1.60.1) (2020-11-19)


### Bug Fixes

* check Compute Engine environment for DirectPath ([#1250](https://www.github.com/googleapis/gax-java/issues/1250)) ([656b613](https://www.github.com/googleapis/gax-java/commit/656b613d2fe73e5bd19d43d4a2d8d0c6bb9ad5f2))


### Dependencies

* update api-common to 1.10.1 ([#1240](https://www.github.com/googleapis/gax-java/issues/1240)) ([d8b2bf7](https://www.github.com/googleapis/gax-java/commit/d8b2bf7b59d83a11e2e0eba703ed758fd1adb0ce))
* update auth libaries ([#1251](https://www.github.com/googleapis/gax-java/issues/1251)) ([d455da2](https://www.github.com/googleapis/gax-java/commit/d455da2cd73f1e015d7570e8d634864a38bdb042))
* update autovalue annotations ([#1246](https://www.github.com/googleapis/gax-java/issues/1246)) ([60bb103](https://www.github.com/googleapis/gax-java/commit/60bb10326cd3a0092d69e8388eb5f7fed55a715c))
* update dependency com.google.auto.value:auto-value to v1.7.4 ([#1031](https://www.github.com/googleapis/gax-java/issues/1031)) ([1e7e13c](https://www.github.com/googleapis/gax-java/commit/1e7e13c07bf4c79d0b3cbfd0f15a4908278c1ffa))
* update google-http-client to 1.38.0 ([#1244](https://www.github.com/googleapis/gax-java/issues/1244)) ([6b53f0f](https://www.github.com/googleapis/gax-java/commit/6b53f0fe3a95346596c670f62d34267483a12c68))
* update Guava to 30.0-android ([#1237](https://www.github.com/googleapis/gax-java/issues/1237)) ([64806c4](https://www.github.com/googleapis/gax-java/commit/64806c474f1aab87ed62f59e9746aa22c5982e96))
* update threetenbp to 1.5.0 ([#1243](https://www.github.com/googleapis/gax-java/issues/1243)) ([6232599](https://www.github.com/googleapis/gax-java/commit/6232599506fda164e5675162e71809a78258efbd))

## [1.60.0](https://www.github.com/googleapis/gax-java/compare/v1.59.1...v1.60.0) (2020-10-19)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -31,27 +31,27 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.60.0</version>
<version>1.60.1</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.60.0</version>
<version>1.60.1</version>
</dependency>
```

If you are using Gradle, add this to your dependencies

```Groovy
compile 'com.google.api:gax:1.60.0',
'com.google.api:gax-grpc:1.60.0'
compile 'com.google.api:gax:1.60.1',
'com.google.api:gax-grpc:1.60.1'
```

If you are using SBT, add this to your dependencies

```Scala
libraryDependencies += "com.google.api" % "gax" % "1.60.0"
libraryDependencies += "com.google.api" % "gax-grpc" % "1.60.0"
libraryDependencies += "com.google.api" % "gax" % "1.60.1"
libraryDependencies += "com.google.api" % "gax-grpc" % "1.60.1"
```
[//]: # ({x-version-update-end})

Expand Down
2 changes: 1 addition & 1 deletion benchmark/build.gradle
@@ -1,4 +1,4 @@
project.version = "0.62.1-SNAPSHOT" // {x-version-update:benchmark:current}
project.version = "0.62.1" // {x-version-update:benchmark:current}

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
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.60.1-SNAPSHOT" // {x-version-update:gax:current}
project.version = "1.60.1" // {x-version-update:gax:current}

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

# Versions of oneself
# {x-version-update-start:gax:current}
version.gax=1.60.1-SNAPSHOT
version.gax=1.60.1
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=1.60.1-SNAPSHOT
version.gax_grpc=1.60.1
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=1.60.1-SNAPSHOT
version.gax_bom=1.60.1
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.77.1-SNAPSHOT
version.gax_httpjson=0.77.1
# {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
Expand Up @@ -12,7 +12,7 @@ buildscript {

archivesBaseName = "gax-bom"

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

ext {
mavenJavaDir = "$project.buildDir/publications/mavenJava"
Expand Down
14 changes: 7 additions & 7 deletions gax-bom/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gax-bom</artifactId>
<version>1.60.1-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
<version>1.60.1</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.60.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>1.60.1</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>1.60.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>1.60.1</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.60.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>1.60.1</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>1.60.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>1.60.1</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.77.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.77.1</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.77.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.77.1</version><!-- {x-version-update:gax-httpjson:current} -->
<classifier>testlib</classifier>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion 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 = "1.60.1-SNAPSHOT" // {x-version-update:gax-grpc:current}
project.version = "1.60.1" // {x-version-update:gax-grpc:current}

dependencies {
compile project(':gax'),
Expand Down
2 changes: 1 addition & 1 deletion 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.77.1-SNAPSHOT" // {x-version-update:gax-httpjson:current}
project.version = "0.77.1" // {x-version-update:gax-httpjson:current}

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

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

dependencies {
compile libraries['maven.com_google_guava_guava'],
Expand Down
4 changes: 2 additions & 2 deletions samples/pom.xml
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.60.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>1.60.1</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.60.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>1.60.1</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
@@ -1,8 +1,8 @@
# Format:
# module:released-version:current-version

gax:1.60.0:1.60.1-SNAPSHOT
gax-bom:1.60.0:1.60.1-SNAPSHOT
gax-grpc:1.60.0:1.60.1-SNAPSHOT
gax-httpjson:0.77.0:0.77.1-SNAPSHOT
benchmark:0.62.0:0.62.1-SNAPSHOT
gax:1.60.1:1.60.1
gax-bom:1.60.1:1.60.1
gax-grpc:1.60.1:1.60.1
gax-httpjson:0.77.1:0.77.1
benchmark:0.62.1:0.62.1

0 comments on commit 7e15b60

Please sign in to comment.