Skip to content

Commit

Permalink
chore: Update Storage Control documentation to point to storage contr… (
Browse files Browse the repository at this point in the history
#2538)

* chore: Update Storage Control documentation to point to storage control current version

* 🦉 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
sydney-munro and gcf-owl-bot[bot] committed May 9, 2024
1 parent 170a3f5 commit b20f5b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .readme-partials.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ custom_content: |
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage:released} -->
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage-control:current} -->
</dependency>
```
Expand All @@ -44,7 +44,7 @@ custom_content: |
If you are using Gradle without BOM, add this to your dependencies:
```Groovy
implementation 'com.google.cloud:google-cloud-storage-control:2.36.1-alpha' <!-- {x-version-update:google-cloud-storage:released} -->
implementation 'com.google.cloud:google-cloud-storage-control:2.36.1-alpha' <!-- {x-version-update:google-cloud-storage-control:current} -->
```
#### Creating an authorized service object
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage-control</artifactId>
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage:released} -->
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage-control:current} -->
</dependency>
```

Expand All @@ -153,7 +153,7 @@ implementation 'com.google.cloud:google-cloud-storage-control'
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-storage-control:2.36.1-alpha' <!-- {x-version-update:google-cloud-storage:released} -->
implementation 'com.google.cloud:google-cloud-storage-control:2.36.1-alpha' <!-- {x-version-update:google-cloud-storage-control:current} -->
```

#### Creating an authorized service object
Expand Down

0 comments on commit b20f5b3

Please sign in to comment.