Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Dec 30, 2023
2 parents 7e4164a + b272e76 commit 1be624d
Show file tree
Hide file tree
Showing 42 changed files with 64 additions and 58 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/early-release.yml
Expand Up @@ -61,10 +61,10 @@ jobs:
SchemaCrawler ${{ github.event.release.tag_name }} early access release at last commit ${{ github.sha }}
generate_release_notes: true
files: |
./schemacrawler-distrib/target/schemacrawler-16.20.7-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.20.7-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.20.7-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.20.7-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.20.8-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.20.8-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.20.8-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.20.8-bin.zip.SHA-512
# PUBLISH DOCKER IMAGE
- id: publish-docker-image
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
# Publish Docker image
docker version
docker image tag schemacrawler/schemacrawler schemacrawler/schemacrawler:v16.20.7
docker image tag schemacrawler/schemacrawler schemacrawler/schemacrawler:v16.20.8
docker image tag schemacrawler/schemacrawler schemacrawler/schemacrawler:latest
echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
docker push --all-tags schemacrawler/schemacrawler
Expand All @@ -63,12 +63,12 @@ jobs:
name: Upload installers
uses: actions/upload-artifact@v4
with:
name: release-artifacts-v16.20.7
name: release-artifacts-v16.20.8
path: |
./schemacrawler-distrib/target/schemacrawler-16.20.7-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.20.7-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.20.7-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.20.7-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.20.8-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.20.8-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.20.8-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.20.8-bin.zip.SHA-512
retention-days: 1
- id: create-release
name: Create GitHub release
Expand All @@ -84,10 +84,10 @@ jobs:
See the change history at https://www.schemacrawler.com/changes-report.html
generate_release_notes: true
files: |
./schemacrawler-distrib/target/schemacrawler-16.20.7-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.20.7-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.20.7-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.20.7-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.20.8-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.20.8-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.20.8-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.20.8-bin.zip.SHA-512
# PUBLISH TO CENTRAL REPOSITORY
- id: install-secret-key
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>./schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-aggregator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-api/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
@@ -1,4 +1,4 @@
SchemaCrawler 16.20.7
SchemaCrawler 16.20.8
Database schema discovery and comprehension tool
https://www.schemacrawler.com/
Copyright (c) 2000-2024, Sualeh Fatehi <sualeh@hotmail.com>.
Expand Down
Expand Up @@ -47,7 +47,7 @@ public class VersionTest {
public void version(final CapturedSystemStreams streams) throws Exception {
Version.main(new String[0]);

assertThat(contentsOf(streams.out()), startsWith("SchemaCrawler 16.20.7"));
assertThat(contentsOf(streams.out()), startsWith("SchemaCrawler 16.20.8"));
assertThat(outputOf(streams.err()), hasNoContent());
}
}
2 changes: 1 addition & 1 deletion schemacrawler-chatgpt/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-chatgpt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-commandline/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-commandline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-db2/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-db2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-dbtest/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-dbtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-diagram/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-diagram</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-diff/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-diff</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-distrib/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-distrib</artifactId>
Expand Down
Expand Up @@ -8,11 +8,11 @@
</configurations>
<dependencies>
<dependency org="us.fatehi" name="schemacrawler-timesten"
rev="16.20.7" conf="binaries->default" />
rev="16.20.8" conf="binaries->default" />
<dependency org="us.fatehi" name="schemacrawler-sapiq"
rev="16.20.7" conf="binaries->default" />
rev="16.20.8" conf="binaries->default" />
<dependency org="us.fatehi" name="schemacrawler-hana"
rev="16.20.7" conf="binaries->default" />
rev="16.20.8" conf="binaries->default" />

<exclude org="us.fatehi" module="schemacrawler" />
<exclude org="org.hsqldb" module="hsqldb" />
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-docker-compose/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-docker-compose</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-docker/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-docker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-docs/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-examplecode/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-examplecode</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-hsqldb/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-hsqldb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-jdbc-drivers/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-jdbc-drivers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-lint/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-lint</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-loader/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-loader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-mysql/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-offline/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-offline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-oracle/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-oracle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-parent/pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<packaging>pom</packaging>
<version>16.20.7</version>
<version>16.20.8</version>
<name>SchemaCrawler [Parent]</name>
<description>Free database schema discovery and comprehension tool</description>
<url>https://www.schemacrawler.com</url>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-postgresql/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-postgresql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-scripting/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-scripting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-sqlite/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-sqlite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-sqlserver/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-sqlserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-testdb/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-testdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-text/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-text</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-tools/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-utility/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-utility</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-website/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-website</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-website/src/site/footer.include
Expand Up @@ -31,7 +31,7 @@
</div>
<div id="footer" xmlns:dc="http://purl.org/dc/elements/1.1/" class="small">
<p id="copyright" property="dc:rights">
<span>SchemaCrawler, v16.20.7</span><br />
<span>SchemaCrawler, v16.20.8</span><br />
&copy;
<span property="dc:dateCopyrighted">2000-2024</span>
<span property="dc:creator">Sualeh Fatehi &lt;sualeh@hotmail.com&gt;.</span>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-website/src/site/header.include
Expand Up @@ -49,7 +49,7 @@
"https://www.linkedin.com/company/2826059/"
],
"downloadUrl":"http://github.com/schemacrawler/SchemaCrawler/releases/",
"softwareVersion":"SchemaCrawler, v16.20.7",
"softwareVersion":"SchemaCrawler, v16.20.8",
"applicationCategory": "Databases, QA, Java, JDBC",
"operatingSystem": "Any",
"releaseNotes": "https://www.schemacrawler.com/changes-report.html"
Expand Down
4 changes: 2 additions & 2 deletions schemacrawler-website/src/site/markdown/building.md
Expand Up @@ -16,7 +16,7 @@ In order to use SchemaCrawler in your [Apache Maven] projects, add a dependency
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler</artifactId>
<version>16.20.7</version>
<version>16.20.8</version>
</dependency>
</dependencies>
```
Expand All @@ -26,7 +26,7 @@ In order to use SchemaCrawler in your [Gradle] projects, add a dependency to Sch

```groovy
dependencies {
compile group: 'us.fatehi', name: 'schemacrawler', version: '16.20.7'
compile group: 'us.fatehi', name: 'schemacrawler', version: '16.20.8'
}
```

Expand Down

0 comments on commit 1be624d

Please sign in to comment.