Skip to content

Commit 8a3bdff

Browse files
authored
---
yaml --- r: 10027 b: refs/heads/hzyi-move-bom-info-up c: 61ebc91 h: refs/heads/master i: 10025: 62011eb 10023: 8cc917e
1 parent 20947d7 commit 8a3bdff

2 files changed

Lines changed: 4 additions & 23 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ refs/tags/v0.55.0: 01b46f9b12b2b8a3070467d7dceeb040bbce4ee2
109109
refs/tags/v0.55.1: 9c9664b8be47a8548100c42df02f03a7888a982a
110110
refs/tags/v0.56.0: c31fb69430b7e6d4139db41d8491c0ed56028436
111111
refs/heads/gcs-bucket-lock: 7a109589d7d1c5852961bcd7303936e664ef5091
112-
refs/heads/hzyi-move-bom-info-up: e2846aab1610639e942c55696878c9371ec5fa2f
112+
refs/heads/hzyi-move-bom-info-up: 61ebc91411a699ebda1a0eb7cdd8e912f7a1333c
113113
refs/tags/v0.57.0: f9845be37c0b524de2b3c0f34c539c42fe49b335
114114
refs/tags/v0.58.0: a1f1af76bca0933c003646372b07142cfe22f3fc
115115
refs/tags/v0.59.0: 32a3ffd5009922e34c0dd00c8e49e42a01866241

branches/hzyi-move-bom-info-up/README.md

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ If you are running into problems with version conflicts, the easiest way to solv
102102
```
103103
[//]: # ({x-version-update-end})
104104

105-
For more details about how to use BOM, see [Version Management](#version-management).
105+
Note that the BOM is only available starting at version 0.32.0-alpha. For prior versions, refer to [Old Version Combinations](#old-version-combinations) to make sure that your versions are compatible.
106106

107107
Specifying a Project ID
108108
-----------------------
@@ -298,29 +298,10 @@ a higher priority.
298298
are more likely to get backwards-incompatible updates. Additionally, it's possible for Alpha
299299
libraries to get deprecated and deleted before ever being promoted to Beta or GA.
300300
301-
Version Management
301+
Old Version Combinations
302302
------------------
303303
304-
The easiest way to solve version conflicts is to use google-cloud's BOM. In Maven, add the following to your POM:
305-
306-
[//]: # ({x-version-update-start:google-cloud-bom:released})
307-
```xml
308-
<dependencyManagement>
309-
<dependencies>
310-
<dependency>
311-
<groupId>com.google.cloud</groupId>
312-
<artifactId>google-cloud-bom</artifactId>
313-
<version>0.57.0-alpha</version>
314-
<type>pom</type>
315-
<scope>import</scope>
316-
</dependency>
317-
</dependencies>
318-
</dependencyManagement>
319-
```
320-
[//]: # ({x-version-update-end})
321-
322-
This BOM is only available starting at version 0.32.0-alpha. If you are having problems with prior versions of
323-
google-cloud, use the following table as a reference to make sure that your versions are compatible. Definitions:
304+
If you are having problems with google-cloud prior to version 0.32.0-alpha, use the following table as a reference to make sure that your versions are compatible. Definitions:
324305
325306
* **alpha**: The version of any alpha package in google-cloud
326307
* **beta**: The version of any beta package in google-cloud

0 commit comments

Comments
 (0)