Skip to content

Commit

Permalink
chore: include recommended_package in repo-metadata.json (#2498)
Browse files Browse the repository at this point in the history
* chore: include recommended_package in repo-metadata.json

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
alicejli and gcf-owl-bot[bot] authored Apr 17, 2024
1 parent 9b0253c commit 4ac5fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"requires_billing": true,
"library_type": "GAPIC_COMBO",
"extra_versioned_modules": "gapic-google-cloud-storage-v2",
"excluded_poms": "google-cloud-storage-bom,google-cloud-storage"
"excluded_poms": "google-cloud-storage-bom,google-cloud-storage",
"recommended_package": "com.google.cloud.storage"
}
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@ If you are using Maven without the BOM, add this to your dependencies:
<artifactId>google-cloud-storage-control</artifactId>
<version>2.36.0-alpha</version><!-- {x-version-update:google-cloud-storage:current} -->
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.36.0-alpha</version><!-- {x-version-update:google-cloud-storage:current} -->
</dependency>

```

Expand Down

0 comments on commit 4ac5fc1

Please sign in to comment.