Skip to content

Commit fe59f55

Browse files
committed
v16.15.11
1 parent d0806d9 commit fe59f55

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[License](http://www.SchemaCrawler.com/license.html)
1+
[License](https://www.SchemaCrawler.com/license.html)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
![Integration Tests](https://github.com/schemacrawler/SchemaCrawler-Database-Plugins/workflows/Integration%20Tests/badge.svg)
2-
[![codecov](https://codecov.io/gh/schemacrawler/SchemaCrawler/branch/master/graph/badge.svg)](https://codecov.io/gh/schemacrawler/SchemaCrawler-Database-Plugins)
2+
[![codecov](https://app.codecov.io/gh/schemacrawler/SchemaCrawler/branch/master/graph/badge.svg)](https://app.codecov.io/gh/schemacrawler/SchemaCrawler-Database-Plugins)
33
[![The Central Repository](https://img.shields.io/maven-central/v/us.fatehi/schemacrawler-database-plugins-parent.svg)](https://search.maven.org/search?q=g:us.fatehi%20schemacrawler*)
44

55

@@ -12,7 +12,7 @@
1212
1313
## About
1414

15-
SchemaCrawler is a free database schema discovery and comprehension tool. SchemaCrawler is available under a number of [licenses](http://sualeh.github.io/SchemaCrawler/license.html).
15+
SchemaCrawler is a free database schema discovery and comprehension tool. SchemaCrawler is available under a number of [licenses](https://sualeh.github.io/SchemaCrawler/license.html).
1616

1717
This project provides SchemaCrawler database plugins for less frequently used database systems. JDBC drivers for these databases are not provided, and will be separate downloads from their corresponding websites.
1818

@@ -22,8 +22,8 @@ SchemaCrawler is available under a number of [licenses](https://www.schemacrawle
2222

2323
## Distributions and Downloads
2424

25-
All SchemaCrawler jars are in the [Central Repository](https://search.maven.org/search?q=g:us.fatehi%20a:schemacrawler*). They can be used as dependencies in [Gradle](https://gradle.org/) or [Apache Maven](http://maven.apache.org/) projects, or with any other build system that supports the Central Repository.
25+
All SchemaCrawler jars are in the [Central Repository](https://search.maven.org/search?q=g:us.fatehi%20a:schemacrawler*). They can be used as dependencies in [Gradle](https://gradle.org/) or [Apache Maven](https://maven.apache.org/) projects, or with any other build system that supports the Central Repository.
2626

2727
## Support
2828

29-
These plugins are not supported, unless you purchase a support incident. Please see [Guidelines for Support](http://sualeh.github.io/SchemaCrawler/consulting.html) for details.
29+
These plugins are not supported, unless you purchase a support incident. Please see [Guidelines for Support](https://sualeh.github.io/SchemaCrawler/consulting.html) for details.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-parent</artifactId>
9-
<version>16.15.10</version>
9+
<version>16.15.11</version>
1010
</parent>
1111
<artifactId>schemacrawler-database-plugins-parent</artifactId>
1212
<packaging>pom</packaging>

schemacrawler-hana/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-parent</artifactId>
9-
<version>16.15.10</version>
9+
<version>16.15.11</version>
1010
</parent>
1111
<artifactId>schemacrawler-hana</artifactId>
1212
<packaging>jar</packaging>

schemacrawler-sapiq/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>us.fatehi</groupId>
99
<artifactId>schemacrawler-parent</artifactId>
10-
<version>16.15.10</version>
10+
<version>16.15.11</version>
1111
</parent>
1212
<artifactId>schemacrawler-sapiq</artifactId>
1313
<packaging>jar</packaging>

schemacrawler-timesten/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>us.fatehi</groupId>
88
<artifactId>schemacrawler-parent</artifactId>
9-
<version>16.15.10</version>
9+
<version>16.15.11</version>
1010
</parent>
1111
<artifactId>schemacrawler-timesten</artifactId>
1212
<packaging>jar</packaging>

0 commit comments

Comments
 (0)