Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename GCP to Google Cloud #1371

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions start-site/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1376,31 +1376,31 @@ initializr:
bom: spring-cloud-gcp
compatibilityRange: "[3.0.0,3.2.0-M1)"
content:
- name: GCP Support
- name: Google Cloud Support
id: cloud-gcp
description: Contains auto-configuration support for every Spring Cloud GCP integration. Most of the auto-configuration code is only enabled if other dependencies are added to the classpath.
description: Contains auto-configuration support for every Google Cloud integration. Most of the auto-configuration code is only enabled if other dependencies are added to the classpath.
groupId: com.google.cloud
artifactId: spring-cloud-gcp-starter
links:
- rel: reference
href: https://googlecloudplatform.github.io/spring-cloud-gcp/reference/html/index.html
- rel: guide
href: https://github.com/GoogleCloudPlatform/spring-cloud-gcp/tree/main/spring-cloud-gcp-samples
description: GCP Samples
- name: GCP Messaging
description: Google Cloud Samples
- name: Google Cloud Messaging
id: cloud-gcp-pubsub
description: Adds the GCP Support entry and all the required dependencies so that the Google Cloud Pub/Sub integration work out of the box.
description: Adds the Google Cloud Support entry and all the required dependencies so that the Google Cloud Pub/Sub integration work out of the box.
groupId: com.google.cloud
artifactId: spring-cloud-gcp-starter-pubsub
links:
- rel: reference
href: https://googlecloudplatform.github.io/spring-cloud-gcp/reference/html/index.html#cloud-pubsub
- rel: guide
href: https://github.com/GoogleCloudPlatform/spring-cloud-gcp/tree/main/spring-cloud-gcp-samples/spring-cloud-gcp-pubsub-sample
description: GCP Pub/Sub Sample
- name: GCP Storage
description: Google Cloud Pub/Sub Sample
- name: Google Cloud Storage
id: cloud-gcp-storage
description: Adds the GCP Support entry and all the required dependencies so that the Google Cloud Storage integration work out of the box.
description: Adds the Google Cloud Support entry and all the required dependencies so that the Google Cloud Storage integration work out of the box.
groupId: com.google.cloud
artifactId: spring-cloud-gcp-starter-storage
links:
Expand Down