Skip to content

Commit

Permalink
Merge pull request #1133 from schemacrawler/v16.19.10
Browse files Browse the repository at this point in the history
v16.19.10
  • Loading branch information
sualeh authored May 19, 2023
2 parents 7afa86e + 68e374a commit a5fc35e
Show file tree
Hide file tree
Showing 40 changed files with 55 additions and 55 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/early-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ 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.19.9-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.19.9-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.19.9-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.19.9-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.19.10-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.19.10-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.19.10-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.19.10-bin.zip.SHA-512
20 changes: 10 additions & 10 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
# Publish Docker image
docker version
docker image tag schemacrawler/schemacrawler schemacrawler/schemacrawler:v16.19.9
docker image tag schemacrawler/schemacrawler schemacrawler/schemacrawler:v16.19.10
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@v3
with:
name: release-artifacts-v16.19.9
name: release-artifacts-v16.19.10
path: |
./schemacrawler-distrib/target/schemacrawler-16.19.9-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.19.9-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.19.9-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.19.9-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.19.10-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.19.10-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.19.10-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.19.10-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.19.9-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.19.9-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.19.9-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.19.9-bin.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.19.10-distribution.zip
./schemacrawler-distrib/target/schemacrawler-16.19.10-distribution.zip.SHA-512
./schemacrawler-distrib/target/schemacrawler-16.19.10-bin.zip
./schemacrawler-distrib/target/schemacrawler-16.19.10-bin.zip.SHA-512
# PUBLISH TO CENTRAL REPOSITORY
- id: install-secret-key
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>./schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-aggregator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SchemaCrawler 16.19.9
SchemaCrawler 16.19.10
Database schema discovery and comprehension tool
https://www.schemacrawler.com/
Copyright (c) 2000-2023, Sualeh Fatehi <sualeh@hotmail.com>.
Expand Down
Original file line number Diff line number Diff line change
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.19.9"));
assertThat(contentsOf(streams.out()), startsWith("SchemaCrawler 16.19.10"));
assertThat(outputOf(streams.err()), hasNoContent());
}
}
2 changes: 1 addition & 1 deletion schemacrawler-commandline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-commandline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-db2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-db2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-dbtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-dbtest</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-diagram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-diagram</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-diff/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-diff</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-distrib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-distrib</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</configurations>
<dependencies>
<dependency org="us.fatehi" name="schemacrawler-timesten"
rev="16.19.9" conf="binaries->default" />
rev="16.19.10" conf="binaries->default" />
<dependency org="us.fatehi" name="schemacrawler-sapiq"
rev="16.19.9" conf="binaries->default" />
rev="16.19.10" conf="binaries->default" />
<dependency org="us.fatehi" name="schemacrawler-hana"
rev="16.19.9" conf="binaries->default" />
rev="16.19.10" 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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-docker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-examplecode/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-examplecode</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-hsqldb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-lint</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-loader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-loader</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-mysql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-offline/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-offline</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-oracle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-oracle</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<packaging>pom</packaging>
<version>16.19.9</version>
<version>16.19.10</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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-postgresql</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-scripting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-scripting</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-sqlite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-sqlite</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-sqlserver</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-testdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-testdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-text/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-text</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>schemacrawler-parent</artifactId>
<groupId>us.fatehi</groupId>
<version>16.19.9</version>
<version>16.19.10</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
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
<relativePath>../schemacrawler-parent/pom.xml</relativePath>
</parent>
<artifactId>schemacrawler-utility</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-website/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler-parent</artifactId>
<version>16.19.9</version>
<version>16.19.10</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
Original file line number Diff line number Diff line change
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.19.9</span><br />
<span>SchemaCrawler, v16.19.10</span><br />
&copy;
<span property="dc:dateCopyrighted">2000-2023</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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"https://www.linkedin.com/company/2826059/"
],
"downloadUrl":"http://github.com/schemacrawler/SchemaCrawler/releases/",
"softwareVersion":"SchemaCrawler, v16.19.9",
"softwareVersion":"SchemaCrawler, v16.19.10",
"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
Original file line number Diff line number Diff line change
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.19.9</version>
<version>16.19.10</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.19.9'
compile group: 'us.fatehi', name: 'schemacrawler', version: '16.19.10'
}
```

Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-website/src/site/markdown/consulting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Supported Versions

Only the latest version of SchemaCrawler (v16.19.9) is supported from the point of new feature development and security updates.
Only the latest version of SchemaCrawler (v16.19.10) is supported from the point of new feature development and security updates.
If you would like support for an older version of SchemaCrawler, please request a Professional Support Package.
You can report a security vulnerability by filing an issue on the [SchemaCrawler issues page].

Expand Down
2 changes: 1 addition & 1 deletion schemacrawler-website/src/site/markdown/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ In order to use SchemaCrawler in your Apache Maven projects, add a dependency to
<dependency>
<groupId>us.fatehi</groupId>
<artifactId>schemacrawler</artifactId>
<version>16.19.9</version>
<version>16.19.10</version>
</dependency>
</dependencies>
```
Expand Down
Loading

0 comments on commit a5fc35e

Please sign in to comment.