Skip to content

Versions Check CI Failure #11572

@lqiu96

Description

@lqiu96

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>
and
<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

No one assigned

    Labels

    priority: p3Desirable 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions