Skip to content

Commit

Permalink
chore: keep beta version intact (#1293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Neenu1995 committed Nov 29, 2021
1 parent da9b95c commit 6b5cee7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions docker/owlbot/java/src/fix-poms.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,7 @@ def main():
required_dependencies = {}
for dependency_module in existing_modules:
if dependency_module not in excluded_dependencies_list:
required_dependencies[dependency_module] = module.Module(
group_id="com.google.api.grpc",
artifact_id=dependency_module,
version=main_module.version,
release_version=main_module.release_version,
)
required_dependencies[dependency_module] = existing_modules[dependency_module]

for path in glob.glob("proto-google-*"):
if not path in existing_modules:
Expand Down

0 comments on commit 6b5cee7

Please sign in to comment.