From 5a3da89c77e0ef29a852cacbfbe9442715a5bdc7 Mon Sep 17 00:00:00 2001 From: Christoph Pirkl <4711730+kaklakariada@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:20:41 +0200 Subject: [PATCH] Fix references (#111) * Fix references * Fix exasol db version * Upgrade Exasol versions --- .github/workflows/ci-build.yml | 2 +- .project-keeper.yml | 4 ++-- doc/developers_guide/developers_guide.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8f4a8e5..9449f10 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -26,7 +26,7 @@ jobs: matrix: exasol_db_version: [ 8.26.0, - 7.1.27 + 7.1.29 ] env: { diff --git a/.project-keeper.yml b/.project-keeper.yml index 40f4a5f..6f96f2d 100644 --- a/.project-keeper.yml +++ b/.project-keeper.yml @@ -9,8 +9,8 @@ build: runnerOs: ubuntu-20.04 freeDiskSpace: false exasolDbVersions: - - "8.26.0" - - "7.1.27" + - "8.26.0" # 8.29.1 not yet supported by exasol-testcontainers + - "7.1.29" excludes: # Only run javadoc as glue-connector cannot be built with java version > 11 currently - "E-PK-CORE-18: Outdated content: '.github/workflows/ci-build-next-java.yml'" diff --git a/doc/developers_guide/developers_guide.md b/doc/developers_guide/developers_guide.md index 802fd0c..64dec32 100644 --- a/doc/developers_guide/developers_guide.md +++ b/doc/developers_guide/developers_guide.md @@ -40,11 +40,11 @@ To test connector by creating a custom connector, please follow these steps. ### Creating an Assembly Jar -By running `mvn verify` or `mvn package` create a connector artifact. For example, `target/exasol-glue-connector-2.1.6-assembly.jar`. +By running `mvn verify` or `mvn package` create a connector artifact. For example, `target/exasol-glue-connector-2.1.7-assembly.jar`. ### Uploading the Artifact to S3 Bucket -Upload the JAR artifact from previous step into an S3 bucket. For instance, `s3://exasol-artifacts/glue-connector/exasol-glue-connector-2.1.6-assembly.jar`. +Upload the JAR artifact from previous step into an S3 bucket. For instance, `s3://exasol-artifacts/glue-connector/exasol-glue-connector-2.1.7-assembly.jar`. ### Creating a Glue Studio Custom Connector