-
Notifications
You must be signed in to change notification settings - Fork 10
feat: removing migrated grpc- and proto- modules from repository #592
Conversation
The proto- and grpc- modules have been migrated to https://github.com/googleapis/gapic-generator-java/tree/main/java-iam
Warning: This pull request is touching the following templated files:
|
e05da1b
to
7d42924
Compare
@@ -11,7 +11,7 @@ | |||
"repo": "googleapis/java-iam", | |||
"repo_short": "java-iam", | |||
"library_type": "OTHER", | |||
"distribution_name": "com.google.api.grpc:proto-google-iam-v1", | |||
"distribution_name": "com.google.cloud:google-iam-policy", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Memo: OwlBot Postprocessor modifies versions.txt and other files based on repo-metadata.json.
@@ -33,7 +33,7 @@ python3 -m pip install --require-hashes -r .kokoro/requirements.txt | |||
# compile all packages | |||
mvn clean install -B -q -DskipTests=true | |||
|
|||
export NAME=proto-google-iam-v1 | |||
export NAME=google-iam-policy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OwlBot PostProcessor made this change, based on the repo-metadata.json change.
@@ -33,7 +33,7 @@ python3 -m pip install --require-hashes -r .kokoro/requirements.txt | |||
# compile all packages | |||
mvn clean install -B -q -DskipTests=true | |||
|
|||
export NAME=proto-google-iam-v1 | |||
export NAME=google-iam-policy |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OwlBot PostProcessor made this change, based on the repo-metadata.json change.
@@ -2,10 +2,10 @@ | |||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |||
<modelVersion>4.0.0</modelVersion> | |||
<groupId>com.google.cloud</groupId> | |||
<artifactId>google-iam-parent</artifactId> | |||
<artifactId>google-iam-policy-parent</artifactId> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing the artifact ID to avoid conflict with the one in gapic-generator-java/java-iam.
It's "feat" to make it releasable unit with a minor version bump. |
🤖 I have created a release *beep* *boop* --- ## [1.7.0](https://togithub.com/googleapis/java-iam/compare/v1.6.23...v1.7.0) (2023-01-10) ### Features * Removing migrated grpc- and proto- modules from repository ([#592](https://togithub.com/googleapis/java-iam/issues/592)) ([9c4b9aa](https://togithub.com/googleapis/java-iam/commit/9c4b9aace04fc72868f4dcaf289eb0a8f35d4e1f)) ### Bug Fixes * Remove 'unstable API' message from README.md ([#570](https://togithub.com/googleapis/java-iam/issues/570)) ([8da89f5](https://togithub.com/googleapis/java-iam/commit/8da89f59cbe323b2cc5eb2b483485e424622b027)) ### Dependencies * Update dependency com.google.cloud:google-iam-policy to v1.6.23 ([#578](https://togithub.com/googleapis/java-iam/issues/578)) ([aa49b5e](https://togithub.com/googleapis/java-iam/commit/aa49b5efaf53fcafc0bbd7662e8b016fcfc2ff61)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
The proto- and grpc- modules have been migrated to
https://github.com/googleapis/gapic-generator-java/tree/main/java-iam