From 5ec41027d74eccf9fb91b955860c722b0b5fe35e Mon Sep 17 00:00:00 2001 From: Sualeh Fatehi Date: Sat, 21 Dec 2024 19:53:42 -0500 Subject: [PATCH] v16.24.2 --- .github/README.md | 2 +- .github/workflows/release.yml | 6 +++--- Dockerfile | 4 ++-- pom.xml | 6 +++--- src/main/resources/api/schemacrawler-web-application.yaml | 2 +- src/main/resources/banner.txt | 2 +- src/main/resources/templates/fragments/footer.html | 2 +- 7 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/README.md b/.github/README.md index 67f0304..9fbfc07 100644 --- a/.github/README.md +++ b/.github/README.md @@ -40,7 +40,7 @@ This is a Spring Boot web application with a Bootstrap user interface, with sour - Start the application from Maven, run `mvn -Dspring-boot.run.fork=false spring-boot:run` - Start application from the jar file, run - `java -jar target/schemacrawler-webapp-16.24.1.1.jar` + `java -jar target/schemacrawler-webapp-16.24.2.1.jar` - Start the application from the local image in a Docker container, run `docker run -d --rm --env AWS_ACCESS_KEY_ID=xxxxx --env AWS_SECRET_ACCESS_KEY=xxxxx --env AWS_S3_BUCKET=xxxxx -p 8080:8080 -t schemacrawler/schemacrawler-webapp` diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 422c884..475bf1e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,8 +61,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create-release.outputs.upload_url }} - asset_path: ./target/schemacrawler-webapp-16.24.1.1.jar - asset_name: schemacrawler-webapp-16.24.1.1.jar + asset_path: ./target/schemacrawler-webapp-16.24.2.1.jar + asset_name: schemacrawler-webapp-16.24.2.1.jar asset_content_type: application/zip # BUILD AND PUBLISH DOCKER IMAGE @@ -89,7 +89,7 @@ jobs: linux/amd64 linux/arm64 tags: |- - schemacrawler/schemacrawler-webapp:v16.24.1.1 + schemacrawler/schemacrawler-webapp:v16.24.2.1 schemacrawler/schemacrawler-webapp:latest sbom: true provenance: true diff --git a/Dockerfile b/Dockerfile index 95eaa0b..9410ba5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,8 @@ FROM eclipse-temurin:21-jdk-alpine -ARG SCHEMACRAWLER_VERSION=16.24.1 -ARG SCHEMACRAWLER_WEBAPP_VERSION=16.24.1.1 +ARG SCHEMACRAWLER_VERSION=16.24.2 +ARG SCHEMACRAWLER_WEBAPP_VERSION=16.24.2.1 LABEL \ "maintainer"="Sualeh Fatehi " \ diff --git a/pom.xml b/pom.xml index e18a650..ecbfec4 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ us.fatehi schemacrawler-webapp - 16.24.1.1 + 16.24.2.1 jar SchemaCrawler Web Application @@ -51,7 +51,7 @@ us.fatehi schemacrawler-parent - 16.24.1 + 16.24.2 import pom @@ -130,7 +130,7 @@ us.fatehi schemacrawler-sqlite - 16.24.1 + 16.24.2 diff --git a/src/main/resources/api/schemacrawler-web-application.yaml b/src/main/resources/api/schemacrawler-web-application.yaml index 1da3ffd..f5b29fa 100644 --- a/src/main/resources/api/schemacrawler-web-application.yaml +++ b/src/main/resources/api/schemacrawler-web-application.yaml @@ -2,7 +2,7 @@ openapi: 3.0.3 info: title: SchemaCrawler Web Application description: Create a SchemaCrawler schema diagram from an uploaded SQLite database file - version: '16.24.1.1' + version: '16.24.2.1' license: name: Eclipse Public License (EPL-2.0) url: https://www.eclipse.org/legal/epl-2.0/ diff --git a/src/main/resources/banner.txt b/src/main/resources/banner.txt index 3e7f2b0..e6685ee 100644 --- a/src/main/resources/banner.txt +++ b/src/main/resources/banner.txt @@ -1,4 +1,4 @@ -SchemaCrawler Web Application v16.24.1.1 +SchemaCrawler Web Application v16.24.2.1 Spring Boot ${spring-boot.version} diff --git a/src/main/resources/templates/fragments/footer.html b/src/main/resources/templates/fragments/footer.html index 4bad8ce..1f65da9 100644 --- a/src/main/resources/templates/fragments/footer.html +++ b/src/main/resources/templates/fragments/footer.html @@ -8,7 +8,7 @@