From 7a2d6861f867d05b888031801cd7825249258bff Mon Sep 17 00:00:00 2001 From: Tomo Suzuki Date: Mon, 5 Jun 2023 22:41:43 -0400 Subject: [PATCH] chore: update README about the repository relocation --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 4074f1f0..6f743bec 100644 --- a/README.md +++ b/README.md @@ -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.