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
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are there any obsolete CI checks that need to removed as part of this change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dashboard module is removed in this pull request. CI (mvn test from the root) is adjusted by that.


[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