Skip to content

Commit

Permalink
Merge pull request #30 from rayokota/ubuntu-20.04-2
Browse files Browse the repository at this point in the history
Update shared libs for Ubuntu 20.04
  • Loading branch information
rayokota authored Jul 28, 2024
2 parents d90ab08 + 9da0592 commit ff33dfb
Show file tree
Hide file tree
Showing 15 changed files with 18 additions and 14 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on: [push]

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

strategy:
matrix:
os: [ubuntu-20.04, ubuntu-latest]

steps:
- uses: actions/checkout@v2
Expand Down

This file was deleted.

This file was deleted.

Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
36b51a5512d0047b4aa7dd291264c633
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
70960b643409b066f4bbea93ba4f1d9c02a7d8df
12 changes: 6 additions & 6 deletions repo/org/duckdb/duckdb_jdbc/1.1.0-SNAPSHOT/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
<groupId>org.duckdb</groupId>
<artifactId>duckdb_jdbc</artifactId>
<versioning>
<lastUpdated>20240711052802</lastUpdated>
<lastUpdated>20240728190110</lastUpdated>
<snapshot>
<timestamp>20240711.052802</timestamp>
<timestamp>20240728.190110</timestamp>
<buildNumber>1</buildNumber>
</snapshot>
<snapshotVersions>
<snapshotVersion>
<extension>jar</extension>
<value>1.1.0-20240711.052802-1</value>
<updated>20240711052802</updated>
<value>1.1.0-20240728.190110-1</value>
<updated>20240728190110</updated>
</snapshotVersion>
<snapshotVersion>
<extension>pom</extension>
<value>1.1.0-20240711.052802-1</value>
<updated>20240711052802</updated>
<value>1.1.0-20240728.190110-1</value>
<updated>20240728190110</updated>
</snapshotVersion>
</snapshotVersions>
</versioning>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1a67747792b86cf93c79fd4a118df21f
a6eba8dded0252ada26a03393ea30123
Original file line number Diff line number Diff line change
@@ -1 +1 @@
60299da2c6caa21cb55246d14005d3243f25e371
467a5eadf1c37cc24b9585b835b5b2c2640618d0
2 changes: 1 addition & 1 deletion repo/org/duckdb/duckdb_jdbc/maven-metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
<versions>
<version>1.1.0-SNAPSHOT</version>
</versions>
<lastUpdated>20240711052802</lastUpdated>
<lastUpdated>20240728190110</lastUpdated>
</versioning>
</metadata>
2 changes: 1 addition & 1 deletion repo/org/duckdb/duckdb_jdbc/maven-metadata.xml.md5
Original file line number Diff line number Diff line change
@@ -1 +1 @@
85af296a6d88f852fe0c69926a0a0a66
399ad1d59ce7ac2c66163c72f25ff907
2 changes: 1 addition & 1 deletion repo/org/duckdb/duckdb_jdbc/maven-metadata.xml.sha1
Original file line number Diff line number Diff line change
@@ -1 +1 @@
42508a1b593a84b03edd99ea1695e45165bceeb6
d831aae5e6a7bd89011d053b14077ed8c05e710a

0 comments on commit ff33dfb

Please sign in to comment.