Skip to content

Commit

Permalink
Merge pull request #1371 from anbusampath
Browse files Browse the repository at this point in the history
* pr/1371:
  Rename GCP to Google Cloud

Closes gh-1371
  • Loading branch information
snicoll committed Dec 11, 2023
2 parents 0e1fff8 + 3c06517 commit 5073212
Showing 1 changed file with 8 additions and 8 deletions.
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

0 comments on commit 5073212

Please sign in to comment.