Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

trino/473 package update #47505

Closed
wants to merge 2 commits into from
Closed
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 trino.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: trino
version: "472"
version: "473"
epoch: 0
description: The distributed SQL query engine for big data, formerly known as PrestoSQL
copyright:
Expand Down Expand Up @@ -47,7 +47,7 @@ pipeline:
with:
repository: https://github.com/trinodb/trino.git
tag: ${{package.version}}
expected-commit: 5daadac2d6cdc80528ae7ed7266c83ef63d1750c
expected-commit: 28e45d8e2405e57f2a57a42faf3d5f052d098226

- uses: maven/pombump

Expand Down
Loading