Skip to content

Commit ff954da

Browse files
---
yaml --- r: 8597 b: refs/heads/master c: ccd9c78 h: refs/heads/master i: 8595: 6b86c22
1 parent 74a802d commit ff954da

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: da9baf1180bbe3a5177affa74f52b67b8560a697
2+
refs/heads/master: ccd9c78cb5f863c083f295ee3d237c431b34b45f
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 6daca92127d91b7c2c99490080ecf8a13fa94cde
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/google-cloud-bom/README.md

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)