Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

{
".": "1.5.15",
"dependencies": "1.5.15",
"boms/cloud-lts-bom": "9.0.1"
}
}
12 changes: 2 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,6 @@
This project explores common infrastructure and best practices for open source
Java projects for the Google Cloud Platform (GCP).

# Google Cloud Platform Java Dependency Dashboard

[Google Cloud Platform Java Dependency Dashboard](
https://storage.googleapis.com/cloud-opensource-java-dashboard/com.google.cloud/libraries-bom/snapshot/index.html)
(runs daily; work in progress) shows multiple checks on the consistency among
Google Cloud Java libraries. For manually generating the dashboard, see
[its README](./dashboard/README.md).

# Google Best Practices for Java Libraries

[Google Best Practices for Java Libraries](https://googlecloudplatform.github.io/cloud-opensource-java/)
Expand Down Expand Up @@ -43,6 +35,8 @@ The [GCP Libraries BOM](https://cloud.google.com/java/docs/bom) is a Bill-of-Mat
provides consistent versions of Google Cloud Java libraries that work together
without linkage errors.

This has moved to https://github.com/googleapis/java-cloud-bom/tree/main/libraries-bom.

# Development

This project is built using _Maven_.
Expand All @@ -62,5 +56,3 @@ This project is built using _Maven_.

This is not an officially supported Google product.



288 changes: 0 additions & 288 deletions boms/cloud-oss-bom/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion boms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
</licenses>

<modules>
<module>cloud-oss-bom</module>
<module>cloud-lts-bom</module>
<module>upper-bounds-check</module>
<module>integration-tests</module>
Expand Down
7 changes: 0 additions & 7 deletions dashboard/README.md

This file was deleted.

Loading