Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

chore: update README about the repository relocation #630

Merged
merged 1 commit into from Jun 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -7,6 +7,17 @@ Java protobuf classes for IAM Policy.

- [Client Library Documentation][javadocs]

:bus: In October 2022, this library has moved to
[google-cloud-java/java-accessapproval](
https://github.com/googleapis/google-cloud-java/tree/main/java-iam).
This repository will be archived in the future.
Future releases will appear in the new repository (https://github.com/googleapis/google-cloud-java/releases).
The Maven artifact coordinates (`com.google.cloud:google-iam-policy`) remain the same.

The other artifacts (`grpc-google-iam-v1`, `grpc-google-iam-v2`, `grpc-google-iam-v2beta`,
`proto-google-iam-v1`, `proto-google-iam-v2`, and `proto-google-iam-v2beta`) have moved to
[sdk-platform-java/java-iam](https://github.com/googleapis/sdk-platform-java/tree/main/java-iam).

## Java Versions

Java 7 or above is required for using this client.
Expand Down