Skip to content

Commit

Permalink
chore(main): release 2.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 20, 2022
1 parent ddb7edf commit 856e75b
Show file tree
Hide file tree
Showing 26 changed files with 86 additions and 70 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [2.12.1](https://github.com/googleapis/gapic-generator-java/compare/v2.12.0...v2.12.1) (2022-12-20)


### Bug Fixes

* **deps:** Update dependency com.google.cloud:google-iam-policy to v1.6.22 ([#1145](https://github.com/googleapis/gapic-generator-java/issues/1145)) ([83f3aec](https://github.com/googleapis/gapic-generator-java/commit/83f3aec3d920bca422b12f91f007081d49d0c4cb))
* **deps:** Update dependency com.google.guava:guava to v31.1-jre ([#1146](https://github.com/googleapis/gapic-generator-java/issues/1146)) ([e70f7f6](https://github.com/googleapis/gapic-generator-java/commit/e70f7f6d6e13ab6ddb2a91d378ddd2b286e8902b))
* **deps:** Update dependency com.google.protobuf:protobuf-java to v3.21.12 ([#1155](https://github.com/googleapis/gapic-generator-java/issues/1155)) ([ddb7edf](https://github.com/googleapis/gapic-generator-java/commit/ddb7edfa261540927db240363d3ec5715db2b3db))
* **deps:** Update dependency io.grpc:grpc-bom to v1.51.1 ([#1137](https://github.com/googleapis/gapic-generator-java/issues/1137)) ([582c796](https://github.com/googleapis/gapic-generator-java/commit/582c796ee9dacc3a127aef0821c40afd8eb537ef))


### Documentation

* Development with local gapic-generator-java ([#1132](https://github.com/googleapis/gapic-generator-java/issues/1132)) ([079d830](https://github.com/googleapis/gapic-generator-java/commit/079d830a234bb6923f3b71894f40fd0fc31649e6))
* Development with local gapic-generator-java ([#1132](https://github.com/googleapis/gapic-generator-java/issues/1132)) ([cbb9dce](https://github.com/googleapis/gapic-generator-java/commit/cbb9dce85438942f7b4f1b163756e311f54d75ea))

## [2.12.0](https://github.com/googleapis/gapic-generator-java/compare/v2.11.0...v2.12.0) (2022-12-09)


Expand Down
2 changes: 1 addition & 1 deletion api-common-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
group = "com.google.api"
archivesBaseName = "api-common"

project.version = "2.3.1" // {x-version-update:api-common:current}
project.version = "2.3.2" // {x-version-update:api-common:current}

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion api-common-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.google.api</groupId>
<artifactId>api-common</artifactId>
<packaging>jar</packaging>
<version>2.3.1</version><!-- {x-version-update:api-common:current} -->
<version>2.3.2</version><!-- {x-version-update:api-common:current} -->
<name>API Common</name>
<url>https://github.com/googleapis/api-common-java</url>
<description>Common utilities for Google APIs in Java</description>
Expand Down
2 changes: 1 addition & 1 deletion gapic-generator-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api</groupId>
<artifactId>gapic-generator-java</artifactId>
<version>2.12.1-SNAPSHOT</version><!-- {x-version-update:gapic-generator-java:current} -->
<version>2.12.1</version><!-- {x-version-update:gapic-generator-java:current} -->

<properties>
<checkstyle.skip>true</checkstyle.skip>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

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

allprojects {
group = 'com.google.api'
Expand Down
8 changes: 4 additions & 4 deletions gax-java/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.20.1
version.gax=2.20.2
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_grpc=2.20.1
version.gax_grpc=2.20.2
# {x-version-update-end}
# {x-version-update-start:gax:current}
version.gax_bom=2.20.1
version.gax_bom=2.20.2
# {x-version-update-end}
# {x-version-update-start:gax-httpjson:current}
version.gax_httpjson=0.105.1
version.gax_httpjson=0.105.2
# {x-version-update-end}

# Versions for dependencies which actual artifacts differ between Bazel and Gradle.
Expand Down
2 changes: 1 addition & 1 deletion gax-java/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.20.1" // {x-version-update:gax-bom:current}
project.version = "2.20.2" // {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-java/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.20.1</version><!-- {x-version-update:gax-bom:current} -->
<version>2.20.2</version><!-- {x-version-update:gax-bom:current} -->
<packaging>pom</packaging>
<name>GAX (Google Api eXtensions) for Java (BOM)</name>
<description>Google Api eXtensions for Java (BOM)</description>
Expand Down Expand Up @@ -42,34 +42,34 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
<version>2.20.2</version><!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
<version>2.20.2</version><!-- {x-version-update:gax:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.20.1</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.20.2</version><!-- {x-version-update:gax-grpc:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-grpc</artifactId>
<version>2.20.1</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.20.2</version><!-- {x-version-update:gax-grpc:current} -->
<classifier>testlib</classifier>
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.105.1</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.105.2</version><!-- {x-version-update:gax-httpjson:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax-httpjson</artifactId>
<version>0.105.1</version><!-- {x-version-update:gax-httpjson:current} -->
<version>0.105.2</version><!-- {x-version-update:gax-httpjson:current} -->
<classifier>testlib</classifier>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/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.20.1" // {x-version-update:gax-grpc:current}
project.version = "2.20.2" // {x-version-update:gax-grpc:current}

dependencies {
api(project(':gax'),
Expand Down
4 changes: 2 additions & 2 deletions gax-java/gax-grpc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax-grpc</artifactId>
<version>2.20.1</version><!-- {x-version-update:gax-grpc:current} -->
<version>2.20.2</version><!-- {x-version-update:gax-grpc:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (gRPC)</name>
<description>Google Api eXtensions for Java (gRPC)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
<version>2.20.2</version><!-- {x-version-update:gax:current} -->
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/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.105.1" // {x-version-update:gax-httpjson:current}
project.version = "0.105.2" // {x-version-update:gax-httpjson:current}

dependencies {
api(project(':gax'),
Expand Down
4 changes: 2 additions & 2 deletions gax-java/gax-httpjson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax-httpjson</artifactId>
<version>0.105.1</version> <!-- {x-version-update:gax-httpjson:current} -->
<version>0.105.2</version> <!-- {x-version-update:gax-httpjson:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (HTTP JSON)</name>
<description>Google Api eXtensions for Java (HTTP JSON)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
<version>2.20.2</version><!-- {x-version-update:gax:current} -->
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/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.20.1" // {x-version-update:gax:current}
project.version = "2.20.2" // {x-version-update:gax:current}

dependencies {
api(libraries['maven.com_google_api_api_common'],
Expand Down
4 changes: 2 additions & 2 deletions gax-java/gax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>gax</artifactId>
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
<version>2.20.2</version><!-- {x-version-update:gax:current} -->
<packaging>jar</packaging>
<name>GAX (Google Api eXtensions) for Java (Core)</name>
<description>Google Api eXtensions for Java (Core)</description>

<parent>
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
<version>2.20.2</version><!-- {x-version-update:gax:current} -->
</parent>

<dependencies>
Expand Down
6 changes: 3 additions & 3 deletions gax-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.api</groupId>
<artifactId>gax-parent</artifactId>
<packaging>pom</packaging>
<version>2.20.1</version><!-- {x-version-update:gax:current} -->
<version>2.20.2</version><!-- {x-version-update:gax:current} -->
<name>GAX (Google Api eXtensions) for Java (Parent)</name>
<url>https://github.com/googleapis/gax-java</url>
<description>Google Api eXtensions for Java (Parent)</description>
Expand Down Expand Up @@ -124,12 +124,12 @@
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.20.1</version> <!-- {x-version-update:gax:current} -->
<version>2.20.2</version> <!-- {x-version-update:gax:current} -->
</dependency>
<dependency>
<groupId>com.google.api</groupId>
<artifactId>gax</artifactId>
<version>2.20.1</version> <!-- {x-version-update:gax:current} -->
<version>2.20.2</version> <!-- {x-version-update:gax:current} -->
<type>test-jar</type>
<classifier>testlib</classifier>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions java-common-protos/grpc-google-common-protos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>grpc-google-common-protos</name>
<description>GRPC library for grpc-google-common-protos</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions java-common-protos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<packaging>pom</packaging>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>Google Common Protos Parent</name>
<url>https://github.com/googleapis/java-iam</url>
<description>
Expand Down Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:grpc-google-common-protos:current} -->
<version>2.11.1</version><!-- {x-version-update:grpc-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand Down
4 changes: 2 additions & 2 deletions java-common-protos/proto-google-common-protos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-common-protos</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
<name>proto-google-common-protos</name>
<description>PROTO library for proto-google-common-protos</description>
<parent>
<groupId>com.google.api.grpc</groupId>
<artifactId>google-common-protos-parent</artifactId>
<version>2.11.1-SNAPSHOT</version><!-- {x-version-update:proto-google-common-protos:current} -->
<version>2.11.1</version><!-- {x-version-update:proto-google-common-protos:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java-iam/grpc-google-iam-v1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v1</artifactId>
<version>1.6.23-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.6.23</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<name>grpc-google-iam-v1</name>
<description>GRPC library for grpc-google-iam-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-parent</artifactId>
<version>1.6.23-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.6.23</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java-iam/grpc-google-iam-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v2</artifactId>
<version>1.6.23-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
<version>1.6.23</version><!-- {x-version-update:grpc-google-iam-v2:current} -->
<name>grpc-google-iam-v2</name>
<description>GRPC library for proto-google-iam-v2</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-parent</artifactId>
<version>1.6.23-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.6.23</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java-iam/grpc-google-iam-v2beta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-iam-v2beta</artifactId>
<version>1.6.23-SNAPSHOT</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
<version>1.6.23</version><!-- {x-version-update:grpc-google-iam-v2beta:current} -->
<name>grpc-google-iam-v2beta</name>
<description>GRPC library for proto-google-iam-v1</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-iam-parent</artifactId>
<version>1.6.23-SNAPSHOT</version><!-- {x-version-update:proto-google-iam-v1:current} -->
<version>1.6.23</version><!-- {x-version-update:proto-google-iam-v1:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit 856e75b

Please sign in to comment.