You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-22Lines changed: 3 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ If you are running into problems with version conflicts, the easiest way to solv
102
102
```
103
103
[//]: #({x-version-update-end})
104
104
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.
106
106
107
107
Specifying a Project ID
108
108
-----------------------
@@ -298,29 +298,10 @@ a higher priority.
298
298
are more likely to get backwards-incompatible updates. Additionally, it's possible for Alpha
299
299
libraries to get deprecated and deleted before ever being promoted to Beta or GA.
300
300
301
-
Version Management
301
+
Old Version Combinations
302
302
------------------
303
303
304
-
The easiest way to solve version conflicts is to use google-cloud's BOM. In Maven, add the following to your POM:
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:
324
305
325
306
* **alpha**: The version of any alpha package in google-cloud
326
307
* **beta**: The version of any beta package in google-cloud
0 commit comments