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

Commit

Permalink
chore: release 2.8.1 (#1591)
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 Jan 6, 2022
1 parent 1b34870 commit 05bd4ad
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 26 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

### [2.8.1](https://www.github.com/googleapis/gax-java/compare/v2.8.0...v2.8.1) (2022-01-06)


### Dependencies

* update dependency com.google.api:api-common to 2.1.2 ([#1590](https://www.github.com/googleapis/gax-java/issues/1590)) ([1b34870](https://www.github.com/googleapis/gax-java/commit/1b34870358a26bd4542594b6c746dca190f65d24))
* update dependency com.google.auto.value:auto-value to v1.9 ([1b34870](https://www.github.com/googleapis/gax-java/commit/1b34870358a26bd4542594b6c746dca190f65d24))

## [2.8.0](https://www.github.com/googleapis/gax-java/compare/v2.7.1...v2.8.0) (2022-01-06)


Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ If you are using Maven, add this to your pom.xml file
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.8.0</version>
<version>2.8.1</version>
</dependency>
```

If you are using Gradle, add this to your dependencies

```Groovy
compile 'com.google.api:gax:2.8.0',
'com.google.api:gax-grpc:2.8.0'
compile 'com.google.api:gax:2.8.1',
'com.google.api:gax-grpc:2.8.1'
```

If you are using SBT, add this to your dependencies

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

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

allprojects {
group = 'com.google.api'
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=2.8.1-SNAPSHOT
version.gax=2.8.1
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=2.8.1-SNAPSHOT
version.gax_grpc=2.8.1
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=2.8.1-SNAPSHOT
version.gax_bom=2.8.1
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.93.1-SNAPSHOT
version.gax_httpjson=0.93.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
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {

archivesBaseName = 'gax-bom'

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

def mavenJavaDir = "$buildDir/publications/mavenJava"
def mavenJavaBomOutputFile = file(mavenJavaDir + '/pom-default.xml')
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>2.8.1-SNAPSHOT</version><!-- {x-version-update:gax-bom:current} -->
<version>2.8.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>2.8.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.8.1</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.8.1-SNAPSHOT</version><!-- {x-version-update:gax:current} -->
<version>2.8.1</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.8.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.8.1</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.8.1-SNAPSHOT</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.8.1</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.93.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.93.1</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.93.1-SNAPSHOT</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.93.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
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 = "2.8.1-SNAPSHOT" // {x-version-update:gax-grpc:current}
project.version = "2.8.1" // {x-version-update:gax-grpc:current}

dependencies {
api(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.93.1-SNAPSHOT" // {x-version-update:gax-httpjson:current}
project.version = "0.93.1" // {x-version-update:gax-httpjson:current}

dependencies {
api(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 = "2.8.1-SNAPSHOT" // {x-version-update:gax:current}
project.version = "2.8.1" // {x-version-update:gax:current}

dependencies {
api(libraries['maven.com_google_api_api_common'],
Expand Down
8 changes: 4 additions & 4 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Format:
# module:released-version:current-version

gax:2.8.0:2.8.1-SNAPSHOT
gax-bom:2.8.0:2.8.1-SNAPSHOT
gax-grpc:2.8.0:2.8.1-SNAPSHOT
gax-httpjson:0.93.0:0.93.1-SNAPSHOT
gax:2.8.1:2.8.1
gax-bom:2.8.1:2.8.1
gax-grpc:2.8.1:2.8.1
gax-httpjson:0.93.1:0.93.1

0 comments on commit 05bd4ad

Please sign in to comment.