Skip to content

Commit a9560d4

Browse files
---
yaml --- r: 8883 b: refs/heads/lesv-patch-1 c: ccd9c78 h: refs/heads/master i: 8881: 7df4b02 8879: 4c02fcb
1 parent dba24fa commit a9560d4

2 files changed

Lines changed: 43 additions & 1 deletion

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ refs/tags/v0.22.0: 18b298fe4bfe8ec2f20b0e0bf7ffdcce5cc3c5fe
6666
refs/heads/vam-google-patch-1: d0c8fee3a4074d0bf7360ce8c4f7f7223d0ee7b9
6767
refs/heads/vam-google-patch-CODEOWNERS: 2ac1616e25229e51d08a984708ef1918f91a35ee
6868
refs/heads/danoscarmike-patch-1: 7342a9916bce4ed00002c7202e2a16c5d46afaea
69-
refs/heads/lesv-patch-1: da9baf1180bbe3a5177affa74f52b67b8560a697
69+
refs/heads/lesv-patch-1: ccd9c78cb5f863c083f295ee3d237c431b34b45f
7070
refs/heads/ml-update-branch: 079dd6610017f5c51b9d1938c12d6d55b61513cf
7171
refs/heads/vkedia-patch-2: 7d8241388a9769a5c069334761b06c7012c878e7
7272
refs/heads/vkedia-patch-3: 4d128043acaa7db9160faf439d2ca6104e8a88cb
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Google Cloud Bill of Materials
2+
==============================
3+
4+
The `google-cloud-bom` module is basically a pom that can be used to import consistent versions of google-cloud-java
5+
components plus its dependencies.
6+
7+
To use it in Maven, add the following to your POM:
8+
9+
```
10+
<dependencyManagement>
11+
<dependencies>
12+
<dependency>
13+
<groupId>com.google.cloud</groupId>
14+
<artifactId>google-cloud-bom</artifactId>
15+
<version>0.32.0-alpha</version>
16+
<type>pom</type>
17+
<scope>import</scope>
18+
</dependency>
19+
</dependencies>
20+
</dependencyManagement>
21+
```
22+
23+
Contributing
24+
------------
25+
26+
Contributions to this library are always welcome and highly encouraged.
27+
28+
See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
29+
30+
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
31+
32+
License
33+
-------
34+
35+
Apache 2.0 - See [LICENSE] for more information.
36+
37+
38+
[CONTRIBUTING]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CONTRIBUTING.md
39+
[code-of-conduct]:https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/CODE_OF_CONDUCT.md#contributor-code-of-conduct
40+
[LICENSE]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/LICENSE
41+
[TESTING]: https://github.com/GoogleCloudPlatform/google-cloud-java/blob/master/TESTING.md
42+
[cloud-platform]: https://cloud.google.com/

0 commit comments

Comments
 (0)