Skip to content

Commit 2659088

Browse files
committed
v17.8.0
1 parent e9c7b32 commit 2659088

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ This is a Spring Boot web application with a Bootstrap user interface, with sour
4444
- Start the application from Maven, run
4545
`mvn -Dspring-boot.run.fork=false spring-boot:run`
4646
- Start application from the jar file, run
47-
`java -jar target/schemacrawler-webapp-17.7.0-1.jar`
47+
`java -jar target/schemacrawler-webapp-17.8.0-1.jar`
4848
- Start the application from the local image in a Docker container, run
4949
`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`
5050

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ jobs:
4444
uses: sualeh/[email protected]
4545
with:
4646
repository: schemacrawler/SchemaCrawler-Core
47-
artifact: us.fatehi:schemacrawler:17.7.0
47+
artifact: us.fatehi:schemacrawler:17.8.0
4848
- id: build-schemacrawler
4949
name: Build SchemaCrawler
5050
uses: sualeh/[email protected]
5151
with:
5252
repository: schemacrawler/SchemaCrawler
53-
artifact: us.fatehi:schemacrawler-commandline:17.7.0
53+
artifact: us.fatehi:schemacrawler-commandline:17.8.0
5454

5555
# BUILD AND TEST
5656
- id: build-test

.github/workflows/quick-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
uses: sualeh/[email protected]
3636
with:
3737
repository: schemacrawler/SchemaCrawler-Core
38-
artifact: us.fatehi:schemacrawler:17.7.0
38+
artifact: us.fatehi:schemacrawler:17.8.0
3939
- id: build-schemacrawler
4040
name: Build SchemaCrawler
4141
uses: sualeh/[email protected]
4242
with:
4343
repository: schemacrawler/SchemaCrawler
44-
artifact: us.fatehi:schemacrawler-commandline:17.7.0
44+
artifact: us.fatehi:schemacrawler-commandline:17.8.0
4545

4646
# VALIDATE OPENAPI SPECIFICATION
4747
- id: redocly

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7575
with:
7676
upload_url: ${{ steps.create-release.outputs.upload_url }}
77-
asset_path: ./target/schemacrawler-webapp-17.7.0-1.jar
78-
asset_name: schemacrawler-webapp-17.7.0-1.jar
77+
asset_path: ./target/schemacrawler-webapp-17.8.0-1.jar
78+
asset_name: schemacrawler-webapp-17.8.0-1.jar
7979
asset_content_type: application/zip
8080

8181
# BUILD AND PUBLISH DOCKER IMAGE
@@ -102,7 +102,7 @@ jobs:
102102
linux/amd64
103103
linux/arm64
104104
tags: |-
105-
schemacrawler/schemacrawler-webapp:v17.7.0-1
105+
schemacrawler/schemacrawler-webapp:v17.8.0-1
106106
schemacrawler/schemacrawler-webapp:latest
107107
sbom: true
108108
provenance: true

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
FROM eclipse-temurin:21-jdk-alpine
2828

29-
ARG SCHEMACRAWLER_VERSION=17.7.0
30-
ARG SCHEMACRAWLER_WEBAPP_VERSION=17.7.0-1
29+
ARG SCHEMACRAWLER_VERSION=17.8.0
30+
ARG SCHEMACRAWLER_WEBAPP_VERSION=17.8.0-1
3131

3232
LABEL \
3333
"maintainer"="Sualeh Fatehi <[email protected]>" \

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
<parent>
88
<groupId>us.fatehi</groupId>
99
<artifactId>schemacrawler-parent</artifactId>
10-
<version>17.7.0</version>
10+
<version>17.8.0</version>
1111
</parent>
1212

1313
<artifactId>schemacrawler-webapp</artifactId>
14-
<version>17.7.0-1</version>
14+
<version>17.8.0-1</version>
1515
<packaging>jar</packaging>
1616

1717
<name>SchemaCrawler Web Application</name>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>us.fatehi</groupId>
3030
<artifactId>schemacrawler-library-bom</artifactId>
31-
<version>17.7.0</version>
31+
<version>17.8.0</version>
3232
<type>pom</type>
3333
<scope>import</scope>
3434
</dependency>

src/main/resources/api/schemacrawler-web-application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ openapi: 3.0.3
22
info:
33
title: SchemaCrawler Web Application
44
description: Create a SchemaCrawler schema diagram from an uploaded SQLite database file
5-
version: '17.7.0-1'
5+
version: '17.8.0-1'
66
license:
77
name: Eclipse Public License (EPL-2.0)
88
url: https://www.eclipse.org/legal/epl-2.0/

src/main/resources/banner.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

3-
SchemaCrawler Web Application v17.7.0-1
3+
SchemaCrawler Web Application v17.8.0-1
44
Spring Boot ${spring-boot.version}

src/main/resources/templates/fragments/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</div>
99
<div id="footer" xmlns:dc="http://purl.org/dc/elements/1.1/" class="small">
1010
<p id="copyright" property="dc:rights">
11-
<span>SchemaCrawler Web Application, version 17.7.0-1</span><br />
11+
<span>SchemaCrawler Web Application, version 17.8.0-1</span><br />
1212
&copy;
1313
<span property="dc:dateCopyrighted">2000-2026</span>
1414
<span property="dc:creator">Sualeh Fatehi &lt;[email protected]&gt;.</span>

0 commit comments

Comments
 (0)