Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit 334bfdf

Browse files
committed
v16.22.1
1 parent 089634f commit 334bfdf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Integration Tests](https://github.com/schemacrawler/SchemaCrawler-Report-Maven-Plugin/actions/workflows/integration-tests.yml/badge.svg)](https://github.com/schemacrawler/SchemaCrawler-Report-Maven-Plugin/actions/workflows/integration-tests.yml)
2-
[![The Central Repository](https://img.shields.io/maven-central/v/us.fatehi/schemacrawler-maven-plugin.svg)](https://search.maven.org/search?q=g:us.fatehi%20a:schemacrawler*)
2+
[![The Central Repository](https://img.shields.io/maven-central/v/us.fatehi/schemacrawler-maven-plugin.svg)](https://central.sonatype.com/search?q=us.fatehi.schemacrawler&sort=name)
33

44

55
# <img src="https://raw.githubusercontent.com/schemacrawler/SchemaCrawler/main/schemacrawler-website/src/site/resources/images/schemacrawler_logo.png" height="100px" width="100px" valign="middle"/> SchemaCrawler Report Maven Plugin

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<artifactId>schemacrawler-parent</artifactId>
77
<groupId>us.fatehi</groupId>
8-
<version>16.21.4</version>
8+
<version>16.22.1</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>schemacrawler-maven-plugin</artifactId>
1212
<packaging>maven-plugin</packaging>
13-
<version>16.21.4.2</version>
13+
<version>16.22.1.2</version>
1414
<name>SchemaCrawler Report - Maven Plugin</name>
1515
<inceptionYear>2011</inceptionYear>
1616
<licenses>
@@ -55,7 +55,7 @@
5555
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5656
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5757
<skip.signing.artifacts>true</skip.signing.artifacts>
58-
<schemacrawler.version>16.21.4</schemacrawler.version>
58+
<schemacrawler.version>16.22.1</schemacrawler.version>
5959
<!-- Properties for Site documentation (may not use period)... -->
6060
<SchemacrawlerVersion>${schemacrawler.version}</SchemacrawlerVersion>
6161
<doxiaVersion>1.11.1</doxiaVersion>

0 commit comments

Comments
 (0)