-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Description
CI Issue:
59: <version>1.51.0</version>
107: <version>1.51.0</version>
Found version declaration(s) without x-version-update in: ./java-iam/google-iam-policy/pom.xml
---------------------------------------------------------
Skipping version check for java-samples directory
Skipping version check for java-samples directory
FOUND 1 VIOLATIONS!
This is because proto-iam-v3beta and grpc-iam-v3beta have versions hard-coded:
<version>1.51.0</version> |
<version>1.51.0</version> |
This is because the versions are managed in gapic-generator-bom and an old version of release-please removed the versions set.
PR to add it back: googleapis/sdk-platform-java#3785
We can remove the hard coded versions once sdk-platform-java is released with the PR and that should resolve this issue.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.