Skip to content

Commit b20f5b3

Browse files
chore: Update Storage Control documentation to point to storage contr… (#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>
1 parent 170a3f5 commit b20f5b3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.readme-partials.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ custom_content: |
3232
<dependency>
3333
<groupId>com.google.cloud</groupId>
3434
<artifactId>google-cloud-storage-control</artifactId>
35-
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage:released} -->
35+
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage-control:current} -->
3636
</dependency>
3737
```
3838
@@ -44,7 +44,7 @@ custom_content: |
4444
If you are using Gradle without BOM, add this to your dependencies:
4545
4646
```Groovy
47-
implementation 'com.google.cloud:google-cloud-storage-control:2.36.1-alpha' <!-- {x-version-update:google-cloud-storage:released} -->
47+
implementation 'com.google.cloud:google-cloud-storage-control:2.36.1-alpha' <!-- {x-version-update:google-cloud-storage-control:current} -->
4848
```
4949
5050
#### Creating an authorized service object

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ If you are using Maven without the BOM, add this to your dependencies:
141141
<dependency>
142142
<groupId>com.google.cloud</groupId>
143143
<artifactId>google-cloud-storage-control</artifactId>
144-
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage:released} -->
144+
<version>2.36.1-alpha</version><!-- {x-version-update:google-cloud-storage-control:current} -->
145145
</dependency>
146146
```
147147

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

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

159159
#### Creating an authorized service object

0 commit comments

Comments
 (0)