Skip to content

Commit 61ebc91

Browse files
authored
change to old version combinations
1 parent e2846aa commit 61ebc91

1 file changed

Lines changed: 3 additions & 22 deletions

File tree

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)