From 863449895a9834ccc105216eddbaac96fe83f853 Mon Sep 17 00:00:00 2001 From: Sualeh Fatehi Date: Mon, 5 Aug 2024 18:38:45 -0400 Subject: [PATCH] v16.22.2.3 --- .github/workflows/release.yml | 8 ++++---- Dockerfile | 2 +- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a9f407fc..0917955c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: run: | # Build docker build \ - -t schemacrawler/schemacrawler-webapp:v16.21.2.1 \ + -t schemacrawler/schemacrawler-webapp:v16.22.2.3 \ -t schemacrawler/schemacrawler-webapp:latest \ . @@ -70,7 +70,7 @@ jobs: docker.io/schemacrawler/schemacrawler-webapp:${{ github.sha }} docker tag \ schemacrawler/schemacrawler-webapp \ - docker.io/schemacrawler/schemacrawler-webapp:v16.21.2.1 + docker.io/schemacrawler/schemacrawler-webapp:v16.22.2.3 docker tag \ schemacrawler/schemacrawler-webapp \ docker.io/schemacrawler/schemacrawler-webapp:latest @@ -100,6 +100,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create-release.outputs.upload_url }} - asset_path: ./target/schemacrawler-webapp-16.21.2.1.jar - asset_name: schemacrawler-webapp-16.21.2.1.jar + asset_path: ./target/schemacrawler-webapp-16.22.2.3.jar + asset_name: schemacrawler-webapp-16.22.2.3.jar asset_content_type: application/zip diff --git a/Dockerfile b/Dockerfile index 05516168..0cca7430 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ FROM eclipse-temurin:21-jdk-alpine ARG SCHEMACRAWLER_VERSION=16.22.2 -ARG SCHEMACRAWLER_WEBAPP_VERSION=16.22.2.2 +ARG SCHEMACRAWLER_WEBAPP_VERSION=16.22.2.3 LABEL \ "maintainer"="Sualeh Fatehi " \ diff --git a/pom.xml b/pom.xml index caa85aca..ee76fe36 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ us.fatehi schemacrawler-webapp - 16.22.2.2 + 16.22.2.3 jar SchemaCrawler Web Application