Skip to content

Commit

Permalink
chore(main): release 1.49.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 12, 2024
1 parent 0da0f6b commit a87bafc
Show file tree
Hide file tree
Showing 17 changed files with 56 additions and 56 deletions.
6 changes: 3 additions & 3 deletions java-dns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-dns</artifactId>
<version>2.52.0</version>
<version>2.53.0</version>
</dependency>
```

If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-dns:2.52.0'
implementation 'com.google.cloud:google-cloud-dns:2.53.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.52.0"
libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "2.53.0"
```
<!-- {x-version-update-end} -->

Expand Down
4 changes: 2 additions & 2 deletions java-workflows/grpc-google-cloud-workflows-v1beta/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-cloud-workflows-v1beta</artifactId>
<version>0.61.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workflows-v1beta:current} -->
<version>0.61.0</version><!-- {x-version-update:grpc-google-cloud-workflows-v1beta:current} -->
<name>grpc-google-cloud-workflows-v1beta</name>
<description>GRPC library for google-cloud-workflows</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflows-parent</artifactId>
<version>2.55.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workflows:current} -->
<version>2.55.0</version><!-- {x-version-update:google-cloud-workflows:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
14 changes: 7 additions & 7 deletions java-workflows/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflows-parent</artifactId>
<packaging>pom</packaging>
<version>2.55.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workflows:current} -->
<version>2.55.0</version><!-- {x-version-update:google-cloud-workflows:current} -->
<name>Google Cloud Workflows Parent</name>
<description>
Java idiomatic client for Google Cloud Platform services.
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-jar-parent</artifactId>
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.49.0</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
</parent>

Expand All @@ -29,27 +29,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflows</artifactId>
<version>2.55.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workflows:current} -->
<version>2.55.0</version><!-- {x-version-update:google-cloud-workflows:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-workflows-v1</artifactId>
<version>2.55.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workflows-v1:current} -->
<version>2.55.0</version><!-- {x-version-update:proto-google-cloud-workflows-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-workflows-v1</artifactId>
<version>2.55.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workflows-v1:current} -->
<version>2.55.0</version><!-- {x-version-update:grpc-google-cloud-workflows-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-workflows-v1beta</artifactId>
<version>0.61.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workflows-v1beta:current} -->
<version>0.61.0</version><!-- {x-version-update:proto-google-cloud-workflows-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-workflows-v1beta</artifactId>
<version>0.61.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workflows-v1beta:current} -->
<version>0.61.0</version><!-- {x-version-update:grpc-google-cloud-workflows-v1beta:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions java-workflows/proto-google-cloud-workflows-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>proto-google-cloud-workflows-v1</artifactId>
<version>2.55.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workflows-v1:current} -->
<version>2.55.0</version><!-- {x-version-update:proto-google-cloud-workflows-v1:current} -->
<name>proto-google-cloud-workflows-v1</name>
<description>Proto library for google-cloud-workflows</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflows-parent</artifactId>
<version>2.55.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workflows:current} -->
<version>2.55.0</version><!-- {x-version-update:google-cloud-workflows:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions java-workflows/proto-google-cloud-workflows-v1beta/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>proto-google-cloud-workflows-v1beta</artifactId>
<version>0.61.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workflows-v1beta:current} -->
<version>0.61.0</version><!-- {x-version-update:proto-google-cloud-workflows-v1beta:current} -->
<name>proto-google-cloud-workflows-v1beta</name>
<description>Proto library for google-cloud-workflows</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workflows-parent</artifactId>
<version>2.55.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workflows:current} -->
<version>2.55.0</version><!-- {x-version-update:google-cloud-workflows:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions java-workspaceevents/google-cloud-workspaceevents-bom/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.cloud</groupId>
<artifactId>google-cloud-workspaceevents-bom</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<version>0.19.0</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<packaging>pom</packaging>

<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom-parent</artifactId>
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.49.0</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
</parent>

Expand All @@ -27,17 +27,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workspaceevents</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<version>0.19.0</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-workspaceevents-v1</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workspaceevents-v1:current} -->
<version>0.19.0</version><!-- {x-version-update:grpc-google-cloud-workspaceevents-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-workspaceevents-v1</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workspaceevents-v1:current} -->
<version>0.19.0</version><!-- {x-version-update:proto-google-cloud-workspaceevents-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions java-workspaceevents/google-cloud-workspaceevents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workspaceevents</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<version>0.19.0</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<packaging>jar</packaging>
<name>Google Google Workspace Events API</name>
<description>Google Workspace Events API The Google Workspace Events API lets you subscribe to events and manage change notifications across Google Workspace applications.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workspaceevents-parent</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<version>0.19.0</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-workspaceevents</site.installationModule>
Expand Down
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-cloud-workspaceevents-v1</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workspaceevents-v1:current} -->
<version>0.19.0</version><!-- {x-version-update:grpc-google-cloud-workspaceevents-v1:current} -->
<name>grpc-google-cloud-workspaceevents-v1</name>
<description>GRPC library for google-cloud-workspaceevents</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workspaceevents-parent</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<version>0.19.0</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions java-workspaceevents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workspaceevents-parent</artifactId>
<packaging>pom</packaging>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<version>0.19.0</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<name>Google Google Workspace Events API Parent</name>
<description>
Java idiomatic client for Google Cloud Platform services.
Expand All @@ -13,7 +13,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-jar-parent</artifactId>
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.49.0</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../google-cloud-jar-parent/pom.xml</relativePath>
</parent>

Expand All @@ -29,17 +29,17 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workspaceevents</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<version>0.19.0</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-workspaceevents-v1</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workspaceevents-v1:current} -->
<version>0.19.0</version><!-- {x-version-update:grpc-google-cloud-workspaceevents-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-workspaceevents-v1</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workspaceevents-v1:current} -->
<version>0.19.0</version><!-- {x-version-update:proto-google-cloud-workspaceevents-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
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>proto-google-cloud-workspaceevents-v1</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workspaceevents-v1:current} -->
<version>0.19.0</version><!-- {x-version-update:proto-google-cloud-workspaceevents-v1:current} -->
<name>proto-google-cloud-workspaceevents-v1</name>
<description>Proto library for google-cloud-workspaceevents</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workspaceevents-parent</artifactId>
<version>0.19.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
<version>0.19.0</version><!-- {x-version-update:google-cloud-workspaceevents:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
14 changes: 7 additions & 7 deletions java-workstations/google-cloud-workstations-bom/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.cloud</groupId>
<artifactId>google-cloud-workstations-bom</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workstations:current} -->
<version>0.43.0</version><!-- {x-version-update:google-cloud-workstations:current} -->
<packaging>pom</packaging>

<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-pom-parent</artifactId>
<version>1.49.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-java:current} -->
<version>1.49.0</version><!-- {x-version-update:google-cloud-java:current} -->
<relativePath>../../google-cloud-pom-parent/pom.xml</relativePath>
</parent>

Expand All @@ -27,27 +27,27 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workstations</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workstations:current} -->
<version>0.43.0</version><!-- {x-version-update:google-cloud-workstations:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-workstations-v1beta</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workstations-v1beta:current} -->
<version>0.43.0</version><!-- {x-version-update:grpc-google-cloud-workstations-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-cloud-workstations-v1</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workstations-v1:current} -->
<version>0.43.0</version><!-- {x-version-update:grpc-google-cloud-workstations-v1:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-workstations-v1beta</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workstations-v1beta:current} -->
<version>0.43.0</version><!-- {x-version-update:proto-google-cloud-workstations-v1beta:current} -->
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>proto-google-cloud-workstations-v1</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-workstations-v1:current} -->
<version>0.43.0</version><!-- {x-version-update:proto-google-cloud-workstations-v1:current} -->
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions java-workstations/google-cloud-workstations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workstations</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workstations:current} -->
<version>0.43.0</version><!-- {x-version-update:google-cloud-workstations:current} -->
<packaging>jar</packaging>
<name>Google Cloud Workstations</name>
<description>Cloud Workstations Fully managed development environments built to meet the needs of security-sensitive enterprises. It enhances the security of development environments while accelerating developer onboarding and productivity.</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workstations-parent</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workstations:current} -->
<version>0.43.0</version><!-- {x-version-update:google-cloud-workstations:current} -->
</parent>
<properties>
<site.installationModule>google-cloud-workstations</site.installationModule>
Expand Down
4 changes: 2 additions & 2 deletions java-workstations/grpc-google-cloud-workstations-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-cloud-workstations-v1</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workstations-v1:current} -->
<version>0.43.0</version><!-- {x-version-update:grpc-google-cloud-workstations-v1:current} -->
<name>grpc-google-cloud-workstations-v1</name>
<description>GRPC library for google-cloud-workstations</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workstations-parent</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workstations:current} -->
<version>0.43.0</version><!-- {x-version-update:google-cloud-workstations:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
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-cloud-workstations-v1beta</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-workstations-v1beta:current} -->
<version>0.43.0</version><!-- {x-version-update:grpc-google-cloud-workstations-v1beta:current} -->
<name>grpc-google-cloud-workstations-v1beta</name>
<description>GRPC library for google-cloud-workstations</description>
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-workstations-parent</artifactId>
<version>0.43.0-SNAPSHOT</version><!-- {x-version-update:google-cloud-workstations:current} -->
<version>0.43.0</version><!-- {x-version-update:google-cloud-workstations:current} -->
</parent>
<dependencies>
<dependency>
Expand Down
Loading

0 comments on commit a87bafc

Please sign in to comment.