Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
Update Trino to 390 (#86)
Browse files Browse the repository at this point in the history
* Update Trino to 390

Signed-off-by: Justin Eyster <[email protected]>

* Update CI/CD for Java 17

Signed-off-by: Justin Eyster <[email protected]>
  • Loading branch information
justineyster authored Jul 20, 2022
1 parent eba0571 commit 502fc78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
java-version:
- 11
- 15
- 17
env:
MAVEN_SKIP_CHECKS_AND_DOCS: -Dair.check.skip-all=true -Dmaven.javadoc.skip=true
MAVEN_FAST_INSTALL: -DskipTests -Dair.check.skip-all=true -Dmaven.javadoc.skip=true -B -q -T C1
Expand All @@ -35,7 +36,7 @@ jobs:

- name: Release
uses: softprops/action-gh-release@v1
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.java-version == '11' }}
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.java-version == '17' }}
with:
files: |
target/trino-db2-*.zip
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.trino</groupId>
<artifactId>trino-root</artifactId>
<version>373</version>
<version>390</version>
</parent>

<artifactId>trino-db2</artifactId>
Expand Down

0 comments on commit 502fc78

Please sign in to comment.