Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.59.0"
}
".": "2.59.2"
}
46 changes: 23 additions & 23 deletions versions.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# Format:
# module:released-version:current-version

gapic-generator-java:2.59.0:2.59.1-SNAPSHOT
api-common:2.50.0:2.50.1-SNAPSHOT
gax:2.67.0:2.67.1-SNAPSHOT
gax-grpc:2.67.0:2.67.1-SNAPSHOT
gax-httpjson:0.152.0:0.152.1-SNAPSHOT
proto-google-common-protos:2.58.0:2.58.1-SNAPSHOT
grpc-google-common-protos:2.58.0:2.58.1-SNAPSHOT
proto-google-iam-v1:1.53.0:1.53.1-SNAPSHOT
grpc-google-iam-v1:1.53.0:1.53.1-SNAPSHOT
proto-google-iam-v2beta:1.53.0:1.53.1-SNAPSHOT
grpc-google-iam-v2beta:1.53.0:1.53.1-SNAPSHOT
google-iam-policy:1.53.0:1.53.1-SNAPSHOT
proto-google-iam-v2:1.53.0:1.53.1-SNAPSHOT
grpc-google-iam-v2:1.53.0:1.53.1-SNAPSHOT
google-cloud-core:2.57.0:2.57.1-SNAPSHOT
google-cloud-shared-dependencies:3.49.0:3.49.1-SNAPSHOT
gapic-showcase:0.5.0:0.5.1-SNAPSHOT
proto-gapic-showcase-v1beta1:0.5.0:0.5.1-SNAPSHOT
grpc-gapic-showcase-v1beta1:0.5.0:0.5.1-SNAPSHOT
proto-google-iam-v3:1.53.0:1.53.1-SNAPSHOT
grpc-google-iam-v3:1.53.0:1.53.1-SNAPSHOT
proto-google-iam-v3beta:1.53.0:1.53.1-SNAPSHOT
grpc-google-iam-v3beta:1.53.0:1.53.1-SNAPSHOT
gapic-generator-java:2.59.2:2.59.3-SNAPSHOT
api-common:2.50.2:2.50.3-SNAPSHOT
gax:2.67.2:2.67.3-SNAPSHOT
gax-grpc:2.67.2:2.67.3-SNAPSHOT
gax-httpjson:0.152.2:0.152.3-SNAPSHOT
proto-google-common-protos:2.58.2:2.58.3-SNAPSHOT
grpc-google-common-protos:2.58.2:2.58.3-SNAPSHOT
proto-google-iam-v1:1.53.2:1.53.3-SNAPSHOT
grpc-google-iam-v1:1.53.2:1.53.3-SNAPSHOT
proto-google-iam-v2beta:1.53.2:1.53.3-SNAPSHOT
grpc-google-iam-v2beta:1.53.2:1.53.3-SNAPSHOT
google-iam-policy:1.53.2:1.53.3-SNAPSHOT
proto-google-iam-v2:1.53.2:1.53.3-SNAPSHOT
grpc-google-iam-v2:1.53.2:1.53.3-SNAPSHOT
google-cloud-core:2.57.2:2.57.3-SNAPSHOT
google-cloud-shared-dependencies:3.49.2:3.49.3-SNAPSHOT
gapic-showcase:0.5.2:0.5.3-SNAPSHOT
proto-gapic-showcase-v1beta1:0.5.2:0.5.3-SNAPSHOT
grpc-gapic-showcase-v1beta1:0.5.2:0.5.3-SNAPSHOT
proto-google-iam-v3:1.53.2:1.53.3-SNAPSHOT
grpc-google-iam-v3:1.53.2:1.53.3-SNAPSHOT
proto-google-iam-v3beta:1.53.2:1.53.3-SNAPSHOT
grpc-google-iam-v3beta:1.53.2:1.53.3-SNAPSHOT
Comment on lines +4 to +26
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

critical

The snapshot versions for all modules have been updated here, but the corresponding pom.xml files have not been changed. This will cause a mismatch between the versions defined here and the versions used in the build.

For example:

  • versions.txt sets gapic-generator-java's current version to 2.59.3-SNAPSHOT.
  • However, gapic-generator-java/pom.xml still has <version>2.59.1-SNAPSHOT</version>.

This discrepancy applies to all modules listed in this file. For the showcase modules, the versions in their pom.xml files (e.g., 0.0.1-SNAPSHOT in java-showcase/gapic-showcase/pom.xml) are completely different from the versions in this file (0.5.3-SNAPSHOT).

Please update all relevant pom.xml files to use the new snapshot versions to ensure consistency.

Loading